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>'
{
"phone_number": "+18001000052"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
AU
, CA
, DE
, NL
, NZ
, GB
, US
local
, toll_free
, mobile
live_call_router phone number
The response is of type file
.
Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/live_call_routers/generate_phone_number \
--header 'Authorization: Bearer <token>'
{
"phone_number": "+18001000052"
}