cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/phone-numbers/toll-free/order \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tenantId": 123 } '
{ "tenant": { "id": 123, "name": "<string>" }, "branch": { "id": 123, "name": "<string>" }, "callerIdName": "<string>", "pon": "<string>", "numbers": [ "<string>" ] }
Order toll-free phone numbers from carrier inventory
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
Phone numbers to order
Caller ID name (max 15 characters)
15
Order confirmation
Show child attributes
Caller ID name
Purchase order number
Ordered phone numbers
Was this page helpful?
Contact support