GET
/
v1
/
live_call_routers
/
{id}
curl --request GET \
  --url https://api.rootly.com/v1/live_call_routers/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "30558810-58ca-4e10-98f0-cf525e56eaae",
    "type": "live_call_routers",
    "attributes": {
      "kind": "voicemail",
      "name": "Aut distinctio nesciunt accusamus.",
      "country_code": "US",
      "phone_type": "local",
      "phone_number": "14155551234",
      "voicemail_greeting": "Quia ipsam hic qui.",
      "slug": "aut-distinctio-nesciunt-accusamus",
      "enabled": true,
      "created_at": "2025-05-29T17:46:28.652-07:00",
      "updated_at": "2025-05-29T17:46:28.652-07:00",
      "alert_urgency_id": "11e5de3f-3d83-41ca-97c1-0f9ea9b71b3f",
      "escalation_policy_trigger": {
        "id": "5551e06d-eea2-4b7a-9767-ad7e9b38b6df",
        "type": "service"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

live_call_router found

The response is of type object.