GET
/
v1
/
incident_types
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9af7928f-6b0a-4585-b977-20fd442eb4db",
    "type": "incident_types",
    "attributes": {
      "slug": "voluptatem-quod-modi-omnis",
      "name": "Voluptatem quod modi omnis.",
      "description": "Amet consectetur ut dolores.",
      "color": "#D7F5E1",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-03-22T23:02:38.141-07:00",
      "updated_at": "2025-03-22T23:02:38.141-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
data
object
required