Skip to main content
POST
/
v2
/
admin
/
number-porting
/
approve-port-out
Approve Port-Out Request
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
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
orderId
number
required

Order ID

Response

Approval result