Was this helpful?
Acknowledge one or more incidents
/incidents/acknowledge
API Key for authentication
Team ID
Array of incident counter IDs
Incidents acknowledged successfully
Unauthorized
curl -L \ --request POST \ --url 'https://api.spike.sh/incidents/acknowledge' \ --header 'x-api-key: text' \ --header 'x-team-id: text' \ --header 'Content-Type: application/json' \ --data '{"ids":[null]}'
No body