Skip to main content
POST
/
v2
/
admin
/
number-porting
/
activate
Activate Port-In Order
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>"
}

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

Activation result

orderId
number
required

Order ID

status
string
required

Activation status