Skip to main content

Verify phone number portability

POST 
/origination/porting/portability_checks

Verifies the portability of a list of phone numbers.

Example request body

{
"phone_numbers": [
{
"phone_number": "+13125354200"
},
{
"phone_number": "+13125354500"
}
]
}

Request

Responses

201:

Portability check response

401:

Unauthorized

422:

Unprocessable entity. Check message field in response for details.