Get a single incident type.
cURL
curl --request GET \ --url https://api.incident.io/v1/incident_types/{id} \ --header 'Authorization: Bearer <token>'
{ "incident_type": { "create_in_triage": "always", "created_at": "2021-08-17T13:28:57.801578Z", "description": "Customer facing production outages", "id": "01FCNDV6P870EA6S7TK1DSYDG0", "is_default": false, "name": "Production Outage", "private_incidents_only": false, "updated_at": "2021-08-17T13:28:57.801578Z" } }
API key from your incident.io dashboard (Settings → API keys)
Unique identifier for this Incident Type
"01FCNDV6P870EA6S7TK1DSYDG0"
OK response.
Show child attributes
Was this page helpful?
Contact support