Was this helpful?
List of assigned incidents
const response = await fetch('https://api.spike.sh/incidents/assigned-to-user?id=text', { method: 'GET', headers: { "x-api-key": "text", "x-team-id": "text" }, }); const data = await response.json();