cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/number-porting/toll-free \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "tenantId": "<string>", "numberArray": [ "<string>" ] } '
{ "orderId": 123, "status": "<string>", "message": "<string>" }
Submit a port-in request for toll-free numbers with supporting documents
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Tenant ID
^[1-9]\d*$
Toll-free numbers
1
^[1-9]\d{9}$
Toll-free port request submitted
Port order ID
Status
Result message
Was this page helpful?
Contact support