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": "a7ac237c-86a0-4ac4-82f3-7140afbfc126",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quo quia aperiam perferendis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ad minima cum temporibus.",
"slug": "quo-quia-aperiam-perferendis",
"enabled": true,
"created_at": "2025-11-24T17:29:07.615-08:00",
"updated_at": "2025-11-24T17:29:07.615-08:00",
"calling_tree_prompt": "Minus ipsum numquam dolor.",
"paging_targets": [
{
"id": "2fb4927d-ad49-4586-becb-fdf34beac878",
"type": "service",
"alert_urgency_id": "debddebd-db18-4522-8ff8-645abedf3018"
}
]
}
}
}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": "a7ac237c-86a0-4ac4-82f3-7140afbfc126",
"type": "live_call_routers",
"attributes": {
"kind": "voicemail",
"name": "Quo quia aperiam perferendis.",
"country_code": "US",
"phone_type": "local",
"phone_number": "+14155551234",
"voicemail_greeting": "Ad minima cum temporibus.",
"slug": "quo-quia-aperiam-perferendis",
"enabled": true,
"created_at": "2025-11-24T17:29:07.615-08:00",
"updated_at": "2025-11-24T17:29:07.615-08:00",
"calling_tree_prompt": "Minus ipsum numquam dolor.",
"paging_targets": [
{
"id": "2fb4927d-ad49-4586-becb-fdf34beac878",
"type": "service",
"alert_urgency_id": "debddebd-db18-4522-8ff8-645abedf3018"
}
]
}
}
}