v52

OpenAPI 3.1.0raw.githubusercontent.com2026-07-311,1941,9384.1 MB
Phone Number Porting

Run a portability check

Runs a portability check, returning the results immediately.

post/portability_checks

Request body

phone_numbersstring[]

The list of +E.164 formatted phone numbers to check for portability

Example request

{
  "phone_numbers": [
    "+13035550000",
    "+13035550001",
    "+13035550002"
  ]
}

Response

PortabilityCheck Response

Example response

{
  "data": [
    {
      "fast_portable": true,
      "not_portable_reason": "No coverage",
      "phone_number": "+13125550123",
      "portable": true,
      "record_type": "portability_check_result"
    }
  ]
}