Skip to main content
GET
/
v2
/
incident_timestamps
List
curl --request GET \
  --url https://api.incident.io/v2/incident_timestamps \
  --header 'Authorization: Bearer <token>'
{
  "incident_timestamps": [
    {
      "id": "01FCNDV6P870EA6S7TK1DSYD5H",
      "name": "Impact started",
      "rank": 1
    }
  ]
}

Authorizations

Authorization
string
header
required

API key from your incident.io dashboard (Settings → API keys)

Response

200 - application/json

OK response.

incident_timestamps
object[]
required
Example:
[
{
"id": "01FCNDV6P870EA6S7TK1DSYD5H",
"name": "Impact started",
"rank": 1
}
]