Run a portability check
Runs a portability check, returning the results immediately.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The list of +E.164 formatted phone numbers to check for portability
Example:
[
"+13035550000",
"+13035550001",
"+13035550002"
]
Response
PortabilityCheck Response
JavaScript