GET
/
v1
/
incident_types
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "eecb0ec6-a423-43e4-94f1-2d2f9d9cfe5a",
    "type": "incident_types",
    "attributes": {
      "slug": "accusantium-veritatis-consequatur-aspernatur",
      "name": "Accusantium veritatis consequatur aspernatur.",
      "description": "Rem veritatis enim culpa.",
      "color": "#FAEBB7",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-06-21T12:01:07.456-07:00",
      "updated_at": "2025-06-21T12:01:07.456-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.