Skip to main content
POST
/
v1.0
/
numbers
/
portout
json
{
  "PortOutNumber": "+11234567890",
  "PortOutPIN": "1234"
}
{
  "OrderId": "JNOID-dabada8a-....-....-....-.......",
  "OrderDate": "2025-05-14T18:00:00.0000000+00:00",
  "Status": "Pending",
  "PhoneNumber": "+11234567890"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PortOutNumber
string
required

Phone number to port out (E.164 format)

Example:

"+11234567890"

PortOutPIN
string
required

Authorization PIN for port-out request

Example:

"1234"

Response

200 - application/json

Numbers - Port Out

The response is of type object.