Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
alert urgency found
Retrieves a specific alert urgency by id
curl --request GET \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "366aa0fe-34cb-4f50-bc3f-2c6f59be5c2e",
"type": "alert_urgencies",
"attributes": {
"name": "b7jj7",
"description": "Sapiente illo accusantium dolores.",
"position": 1,
"created_at": "2025-10-07T17:05:30.053-07:00",
"updated_at": "2025-10-07T17:05:30.073-07:00"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
alert urgency found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/alert_urgencies/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "366aa0fe-34cb-4f50-bc3f-2c6f59be5c2e",
"type": "alert_urgencies",
"attributes": {
"name": "b7jj7",
"description": "Sapiente illo accusantium dolores.",
"position": 1,
"created_at": "2025-10-07T17:05:30.053-07:00",
"updated_at": "2025-10-07T17:05:30.073-07:00"
}
}
}