Skip to content

/incidents

GET
/incidents
curl --request GET \
--url https://culipulse.dev/v1/incidents \
--header 'Authorization: Bearer <token>'

Incidents for the tenant

Media typeapplication/json
object
incidents
required
Array<object>
object
Examplegenerated
{
"incidents": [
{}
]
}

Unauthorized

Media typeapplication/json
object
error
required
string
request_id
string
Example
{
"error": "not found",
"request_id": "req_abc123"
}