Skip to main content
POST
/
v1.0
/
numbers
/
portin
/
eligibility
json
{
  "PhoneNumber": "+15555551234"
}
{
  "PhoneNumber": "+15555551234",
  "Eligible": true,
  "CurrentCarrier": "Example Carrier",
  "NumberType": "mobile",
  "Message": "Number is eligible for port-in"
}

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Body

application/json
PhoneNumber
string
required

Phone number to check eligibility for (E.164 format)

Example:

"+15555551234"

Response

200 - application/json

Port In Eligibility

The response is of type object.