cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/number-porting/approve-port-out \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "orderId": 123 }'
{ "name": "<string>", "message": "<string>", "code": 123 }
Approve an incoming port-out request for a number
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Order ID
Approval result
Was this page helpful?
Contact support