GET
/
v1
/
incident_types
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "168385b5-3f90-4d89-af4d-f3429bb3a4ec",
    "type": "incident_types",
    "attributes": {
      "slug": "nostrum-nisi-vel-eos",
      "name": "Nostrum nisi vel eos.",
      "description": "Incidunt id ducimus possimus.",
      "color": "#D7E7F5",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-05-08T00:21:59.194-07:00",
      "updated_at": "2025-05-08T00:21:59.194-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json
incident_type found

The response is of type object.