POST
/
v1
/
alert_urgencies
curl --request POST \
  --url https://api.rootly.com/v1/alert_urgencies \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/vnd.api+json'
{
  "data": {
    "id": "edc8d4f7-4c92-42ae-83a0-bf9f6ad64761",
    "type": "alert_urgencies",
    "attributes": {
      "name": "High",
      "description": "Hight alert urgency",
      "position": 1,
      "created_at": "2025-03-13T11:58:40.594-07:00",
      "updated_at": "2025-03-13T11:58:40.594-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/vnd.api+json
data
object
required

Response

201
application/vnd.api+json
alert urgency created
data
object
required