Skip to main content
POST
/
v1.0
/
numbers
/
portout
Update details of a Phone Number for Port-out
curl --request POST \
  --url https://api.example.com/v1.0/numbers/portout \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "PortOutNumber": "<string>",
  "PortOutPin": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Obtain token from /v1.0/OAuth2/tokens endpoint.

Body

PortOut_Request object

PortOutNumber
string
required
Minimum string length: 1
PortOutPin
string | null

Response

200

Success