GET
/
v1
/
incident_types
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/incident_types/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "da20c889-9246-49dc-bc6b-a98d54f639bb",
    "type": "incident_types",
    "attributes": {
      "slug": "dolore-autem-assumenda-quia",
      "name": "Dolore autem assumenda quia.",
      "description": "Quae id incidunt et.",
      "color": "#D7E7F5",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-04-18T09:50:06.457-07:00",
      "updated_at": "2025-04-18T09:50:06.457-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