Skip to main content
GET
/
v1
/
live_call_routers
/
generate_phone_number
Generates a phone number for Live Call Router
curl --request GET \
  --url https://api.rootly.com/v1/live_call_routers/generate_phone_number \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "title": "<string>",
      "status": "<string>",
      "code": "<string>",
      "detail": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Query Parameters

country_code
enum<string>
required
Available options:
AU,
CA,
DE,
NL,
NZ,
GB,
US
phone_type
enum<string>
required
Available options:
local,
toll_free,
mobile

Response

live_call_router phone number