Telnyx
Connector for the telnyx API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.telnyx.com/v2 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
findaddresss— GET /addresses — List all addressesgetaddress— GET /addresses/{id} — Retrieve an addressfindauthenticationproviders— GET /authentication_providers — List all SSO authentication providersgetauthenticationprovider— GET /authentication_providers/{id} — Retrieve an authentication providerlistavailablephonenumberblocks— GET /available_phone_number_blocks — List available phone number blockslistavailablephonenumbers— GET /available_phone_numbers — List available phone numbers
Inputs
apiKey— your telnyx API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: findaddresss
apiKey: <your key>