Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
live_call_router found
Retrieves a specific Live Call Router by id
curl --request GET \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1ba4061e-fb87-4874-af5f-32502144924c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Nesciunt enim non qui.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Atque dolore porro temporibus.",
"slug": "nesciunt-enim-non-qui",
"enabled": true,
"created_at": "2025-10-13T18:05:19.331-07:00",
"updated_at": "2025-10-13T18:05:19.331-07:00",
"alert_urgency_id": "6b9e7da8-04d6-4ee3-839a-c325eddbf6e7",
"escalation_policy_trigger": {
"id": "5231a5c5-059a-497f-a2fe-35a06173b5b3",
"type": "service"
}
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
live_call_router found
Show child attributes
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/live_call_routers/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "1ba4061e-fb87-4874-af5f-32502144924c",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Nesciunt enim non qui.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Atque dolore porro temporibus.",
"slug": "nesciunt-enim-non-qui",
"enabled": true,
"created_at": "2025-10-13T18:05:19.331-07:00",
"updated_at": "2025-10-13T18:05:19.331-07:00",
"alert_urgency_id": "6b9e7da8-04d6-4ee3-839a-c325eddbf6e7",
"escalation_policy_trigger": {
"id": "5231a5c5-059a-497f-a2fe-35a06173b5b3",
"type": "service"
}
}
}
}