Telnyx · OAuth Scopes

Telnyx OAuth Scopes

OAuth 2.0 derived

Telnyx publishes 1 OAuth 2.0 scope via the authorizationCode and clientCredentials flows. Scopes are the fine-grained permissions an application requests at authorization time to act against the Telnyx API on a user’s behalf.

Tokens are issued from https://api.telnyx.com/v2/oauth/token.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

CommunicationsCPaaSVoiceSMSIoT
Scopes: 1 Flows: authorizationCode, clientCredentials Method: derived

OAuth endpoints

Authorization URL
https://api.telnyx.com/v2/oauth/authorize
Token URL
https://api.telnyx.com/v2/oauth/token
Flows
authorizationCodeclientCredentials

Scopes (1)

ScopeDescriptionFlows
admin Administrative access to Telnyx resources authorizationCode, clientCredentials

Source

OAuth Scopes

telnyx-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/telnyx-openapi.yml
schemes:
- name: oauthClientAuth
  source: openapi/telnyx-openapi.yml
  flows:
  - flow: authorizationCode
    authorizationUrl: https://api.telnyx.com/v2/oauth/authorize
    tokenUrl: https://api.telnyx.com/v2/oauth/token
  - flow: clientCredentials
    tokenUrl: https://api.telnyx.com/v2/oauth/token
  description: OAuth 2.0 authentication for Telnyx API and MCP integrations
scopes:
- scope: admin
  description: Administrative access to Telnyx resources
  flows:
  - authorizationCode
  - clientCredentials
  sources:
  - openapi/telnyx-openapi.yml