cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/number-porting/activate \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "orderId": 123 }'
{ "orderId": 123, "status": "<string>" }
Activate a port-in order
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Order ID
Activation result
Activation status
Was this page helpful?
Contact support