Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Resource UUID
Response
severity found
Retrieves a specific severity by id
curl --request GET \
--url https://api.rootly.com/v1/severities/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "6a7d0ffd-62d6-41a0-a7c7-cecfe08e37c3",
"type": "severities",
"attributes": {
"name": "k5eg2",
"slug": "k5eg2",
"description": "Veritatis corrupti ad dolore.",
"severity": "medium",
"color": "#E58A1F",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-10-11T22:20:26.184-07:00",
"updated_at": "2025-10-11T22:20:26.184-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Resource UUID
severity found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/severities/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "6a7d0ffd-62d6-41a0-a7c7-cecfe08e37c3",
"type": "severities",
"attributes": {
"name": "k5eg2",
"slug": "k5eg2",
"description": "Veritatis corrupti ad dolore.",
"severity": "medium",
"color": "#E58A1F",
"position": 1,
"notify_emails": [],
"slack_channels": [],
"slack_aliases": [],
"created_at": "2025-10-11T22:20:26.184-07:00",
"updated_at": "2025-10-11T22:20:26.184-07:00"
}
}
}