GET
/
v1
/
severities
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/severities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1b8ad5e9-8872-4bd1-92f0-245207968021",
    "type": "severities",
    "attributes": {
      "name": "i1i3j",
      "slug": "i1i3j",
      "description": "Consequuntur enim sapiente recusandae.",
      "severity": "medium",
      "color": "#E58A1F",
      "position": 1,
      "notify_emails": [],
      "slack_channels": [],
      "slack_aliases": [],
      "created_at": "2025-05-08T00:25:07.084-07:00",
      "updated_at": "2025-05-08T00:25:07.085-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
severity found

The response is of type object.