Was this helpful?
Get a list of all incidents for a team
API Key for authentication
Team ID
curl -L \ --url 'https://api.spike.sh/incidents' \ --header 'x-api-key: text' \ --header 'x-team-id: text'
No body
Get details of an incident including title, metadata, priority, severity, and activity log
Counter ID of the resource
curl -L \ --url 'https://api.spike.sh/incidents/{counterId}' \ --header 'x-api-key: text' \ --header 'x-team-id: text'