Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/vnd.api+json
Response
escalation level created
Creates a new escalation level from provided data
curl --request POST \
--url https://api.rootly.com/v1/escalation_policies/{escalation_policy_id}/escalation_levels \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "escalation_levels",
"attributes": {
"delay": 123,
"position": 123,
"paging_strategy_configuration_strategy": "default",
"paging_strategy_configuration_schedule_strategy": "on_call_only",
"escalation_policy_path_id": "<string>",
"notification_target_params": [
{
"id": "<string>",
"type": "team",
"team_members": "all"
}
]
}
}
}'{
"data": {
"id": "e91c36e8-4931-4490-9284-27f7de2c41ed",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": "6ef827d2-6a9f-4a2d-ac4c-4a6f47d6fe95",
"position": 1,
"delay": 2,
"escalation_policy_id": "e645ee11-944e-4355-a0e5-a758e967cb44",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-13T17:28:44.199-08:00",
"updated_at": "2025-11-13T17:28:44.199-08:00",
"notification_target_params": [
{
"id": "158",
"type": "user",
"team_members": "all"
},
{
"id": "109d2681-6a60-4926-a12d-f18bd968e13d",
"type": "schedule",
"team_members": "all"
},
{
"id": "CX21345",
"type": "slack_channel",
"team_members": "all"
}
]
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
escalation level created
Show child attributes
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/escalation_policies/{escalation_policy_id}/escalation_levels \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '{
"data": {
"type": "escalation_levels",
"attributes": {
"delay": 123,
"position": 123,
"paging_strategy_configuration_strategy": "default",
"paging_strategy_configuration_schedule_strategy": "on_call_only",
"escalation_policy_path_id": "<string>",
"notification_target_params": [
{
"id": "<string>",
"type": "team",
"team_members": "all"
}
]
}
}
}'{
"data": {
"id": "e91c36e8-4931-4490-9284-27f7de2c41ed",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": "6ef827d2-6a9f-4a2d-ac4c-4a6f47d6fe95",
"position": 1,
"delay": 2,
"escalation_policy_id": "e645ee11-944e-4355-a0e5-a758e967cb44",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-13T17:28:44.199-08:00",
"updated_at": "2025-11-13T17:28:44.199-08:00",
"notification_target_params": [
{
"id": "158",
"type": "user",
"team_members": "all"
},
{
"id": "109d2681-6a60-4926-a12d-f18bd968e13d",
"type": "schedule",
"team_members": "all"
},
{
"id": "CX21345",
"type": "slack_channel",
"team_members": "all"
}
]
}
}
}