Incidents
Track active and resolved upstream incidents
GET
/incidentsBearer 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/incidentsShell
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
idstringpathrequiredIncident ID
Responses
Code Samples
curl -H 'Authorization: Bearer YOUR_API_KEY' \
https://checkupstream.com/api/v1/incidents/inc_789Shell