Skip to main content
Acknowledge incidents

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

Request to acknowledge one or more incidents

incidentIds
string[]
required

List of incident IDs to acknowledge

Required array length: 1 - 10000 elements

List of incident IDs to acknowledge

Required string length: 36
Pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$
Example:

Response

Response containing the updated incidents after acknowledgment

incidents
Incident · object[]
required

List of incidents after acknowledgment

Maximum array length: 10000