Skip to main content
POST
/
v1.0
/
numbers
/
status
Process Phone Numbers for Cancel, Park, Swap, Replace, Swap-Sim, or Activate
curl --request POST \
  --url https://api.example.com/v1.0/numbers/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "StatusChange": "<string>",
  "EffectiveDate": "<string>",
  "AreaCode": "<string>",
  "ZipCode": "<string>",
  "PhoneNumbers": [
    {
      "Number": "<string>",
      "ICCID": "<string>"
    }
  ]
}
'

Authorizations

Authorization
string
header
required

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

Body

StatusNumbers_Request object

StatusChange
string | null
EffectiveDate
string | null
AreaCode
string | null
ZipCode
string | null
PhoneNumbers
object[] | null

Response

200

Success