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_paths/{escalation_policy_path_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": "6612c0d9-1985-4256-9443-935829b153a7",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": "acb0571b-2968-4680-89bc-bfc26c5bd8d8",
"position": 2,
"delay": 2,
"escalation_policy_id": "2f9a9bfd-89df-4eb3-8572-7459e4f9a6c3",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-10-29T12:08:13.040-07:00",
"updated_at": "2025-10-29T12:08:13.040-07:00",
"notification_target_params": [
{
"id": "156",
"type": "user",
"team_members": "all"
},
{
"id": "3a140d4d-fb46-48df-9354-a1f3b410865f",
"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_paths/{escalation_policy_path_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": "6612c0d9-1985-4256-9443-935829b153a7",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": "acb0571b-2968-4680-89bc-bfc26c5bd8d8",
"position": 2,
"delay": 2,
"escalation_policy_id": "2f9a9bfd-89df-4eb3-8572-7459e4f9a6c3",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-10-29T12:08:13.040-07:00",
"updated_at": "2025-10-29T12:08:13.040-07:00",
"notification_target_params": [
{
"id": "156",
"type": "user",
"team_members": "all"
},
{
"id": "3a140d4d-fb46-48df-9354-a1f3b410865f",
"type": "schedule",
"team_members": "all"
},
{
"id": "CX21345",
"type": "slack_channel",
"team_members": "all"
}
]
}
}
}