Skip to main content

API Reference

Incidents.

Track active and resolved upstream incidents

GET/incidents
Bearer Token

List active incidents

Returns all active (unresolved) incidents affecting services your organization depends on.

Responses

Code Samples

curl -H 'Authorization: Bearer YOUR_API_KEY' \
  https://checkupstream.com/api/v1/incidents
GET/incidents/{id}
Bearer Token

Get incident detail

Returns an incident with its full timeline of status updates. Use this to understand the progression and resolution of an upstream issue.

Parameters

idstringpathrequired

Incident ID

Responses

Code Samples

curl -H 'Authorization: Bearer YOUR_API_KEY' \
  https://checkupstream.com/api/v1/incidents/inc_789

Build with the API.

Generate an API token and start querying these endpoints from your CI, scripts, or backend services.