cURL
curl --request POST \ --url https://api.voxo.co/v2/admin/number-porting/reject-port-out \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "orderId": 123, "number": "<string>", "reason": "PIN" } '
{ "name": "<string>", "message": "<string>", "code": 123 }
Reject 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
Number
^[1-9]\d{9}$
Reason
PIN
Rejection result
Was this page helpful?
Contact support