Authorizations
An API key that grants access to the Connect API. You can create and manage API keys in the portal.
Headers
A unique key to ensure idempotency of requests. If a request with the same key has already been processed, the same result will be returned. The key must be unique for each distinct operation. Keys are expired after 24 hours, but we recommend using a new key for each request.
Modified requests with the same idempotency keys are rejected with a 409 Conflict
status code.
256
Body
Phone number to check for porting eligibility.
Request to check if a phone number is eligible for porting.
The phone number to check for porting eligibility.
"+15551234567"
Response
Porting eligibility check completed.
Result of number porting eligibility check.
The phone number that was checked.
"+15551234567"
Whether the number is eligible for porting.
true
The identifier for the current network provider, if detectable
"tmobile-us"
Information that may or must be collected from the user before porting the number, if any.
Typically varies between carriers, countries, and customer types.
{
"accountNumber": "REQUIRED",
"passcode": "REQUIRED",
"address.zip": "VERIFIED"
}
Reason why number is not eligible (only present if eligible is false).
"Number not found or not portable"