Actions on Incidents

Acknowledge incident

post

Acknowledge one or more incidents. If any incident's integration has Acknowledge Timeoutarrow-up-right set, it will come into play. Accepts an array of incident counter ids (116, prim-122).

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
post
/incidents/acknowledge

Resolve incident

post

Resolves one or more incidents. Accepts an array of incident counter ids (116, prim-122).

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
post
/incidents/resolve

Escalate incident

post

Escalates one or more incidents. Accepts an array of incident counter ids (116, prim-122).

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
post
/incidents/escalate

Unacknowledge incident

post

Unacknowledge one or more incidents. Accepts an array of incident counter ids (116, prim-122).

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
post
/incidents/unacknowledge

Set priority

post

Adds Priority to one or more incidents. Accepts an array of incident counter ids (116, prim-122). Priority can belong to one of p1, p2, p3, p4, p5 values. Learn more about priorityarrow-up-right

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
priorityenum · enumOptionalPossible values:
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
post
/incidents/priority

Set severity

post

Adds Severity to one or more incidents. Accepts an array of incident counter ids (116, prim-122). Severity can belong to one of sev1, sev2, sev3 values. Learn more about severityarrow-up-right

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
severityenum · enumOptionalPossible values:
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
post
/incidents/severity

Remove priority

delete

Removes Priority to one or more incidents. Accepts an array of incident counter ids (116, prim-122).

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
delete
/incidents/priority/remove

Remove severity

delete

Removes Severity to one or more incidents. Accepts an array of incident counter ids (116, prim-122).

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Body
idsstring[]Optional
Responses
chevron-right
200

Successful response

application/json
objectOptional
delete
/incidents/severity/remove

Enable/Disable public sharing

patch

Enable/Disable public sharing for an incident. If enabled, you will get the public url in response. Learn more about public sharingarrow-up-right

Authorizations
x-api-keystringRequired

Your API key. You can find this in your Spike dashboard under Settings > API.

x-team-idstringRequired

Team ID of the team you are making the request to.

Path parameters
counterIdstringRequired

counterId parameter

Body
publicSharingbooleanOptional
Responses
chevron-right
200

Successful response

application/json
objectOptional
patch
/incidents/{counterId}/public-sharing

Last updated