Skip to main content
POST
/
v1.0
/
numbers
/
portin
Port-in a Phone Number
curl --request POST \
  --url https://api.example.com/v1.0/numbers/portin \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "PortInNumber": "<string>",
  "CurrentCarrierName": "<string>",
  "CurrentAccountNumber": "<string>",
  "CurrentAccountPassword": "<string>",
  "PortInDate": "<string>",
  "TargetPortinClassification": "<string>",
  "SubscriberName": "<string>",
  "ICCID": "<string>",
  "CurrentBillingAddress": {
    "Street1": "<string>",
    "Street2": "<string>",
    "City": "<string>",
    "State": "<string>",
    "Zip": "<string>"
  }
}
'

Authorizations

Authorization
string
header
required

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

Body

PortIn_Request object

PortInNumber
string
required
Minimum string length: 1
CurrentCarrierName
string
required
Minimum string length: 1
CurrentAccountNumber
string
required
Minimum string length: 1
CurrentAccountPassword
string | null
PortInDate
string | null
TargetPortinClassification
string | null
SubscriberName
string | null
ICCID
string | null
CurrentBillingAddress
object

Response

200

Success