GET
/
api
/
incidents
/
v1
/
batch
BatchGetIncidents
curl --request GET \
  --url https://developer.synq.io/api/incidents/v1/batch \
  --header 'Authorization: Bearer <token>'
{
  "incidents": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

incidentIds
string[]
required

IDs of the incidents to get

Minimum length: 1

Response

200
application/json

Success

The response is of type object.