GET
/
v1
/
alert_urgencies
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/alert_urgencies/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "612e78e7-c8f2-4c6d-a795-ebabe3da0841",
    "type": "alert_urgencies",
    "attributes": {
      "name": "bqxa0",
      "description": "Saepe quam cupiditate corrupti.",
      "position": 1,
      "created_at": "2025-03-13T11:58:37.548-07:00",
      "updated_at": "2025-03-13T11:58:37.554-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
alert urgency found
data
object
required