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>"
}
]
}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
Was this page helpful?
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>"
}
]
}