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": "f11f2a49-7206-4e2d-8c88-2f9f89b6c0cc",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": "9de69c9c-4330-452f-a3f0-64a9b3c67ede",
"position": 2,
"delay": 2,
"escalation_policy_id": "5a161093-8025-4a85-807b-b75733d909ed",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-06T13:21:56.218-08:00",
"updated_at": "2025-11-06T13:21:56.218-08:00",
"notification_target_params": [
{
"id": "156",
"type": "user",
"team_members": "all"
},
{
"id": "9d20988d-aa26-464a-8530-aae47f717f5b",
"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": "f11f2a49-7206-4e2d-8c88-2f9f89b6c0cc",
"type": "escalation_levels",
"attributes": {
"escalation_policy_path_id": "9de69c9c-4330-452f-a3f0-64a9b3c67ede",
"position": 2,
"delay": 2,
"escalation_policy_id": "5a161093-8025-4a85-807b-b75733d909ed",
"paging_strategy_configuration_strategy": null,
"paging_strategy_configuration_schedule_strategy": null,
"created_at": "2025-11-06T13:21:56.218-08:00",
"updated_at": "2025-11-06T13:21:56.218-08:00",
"notification_target_params": [
{
"id": "156",
"type": "user",
"team_members": "all"
},
{
"id": "9d20988d-aa26-464a-8530-aae47f717f5b",
"type": "schedule",
"team_members": "all"
},
{
"id": "CX21345",
"type": "slack_channel",
"team_members": "all"
}
]
}
}
}