Telstra · OAuth Scopes

Telstra OAuth Scopes

OAuth 2.0 derived

Telstra publishes 2 OAuth 2.0 scopes via the clientCredentials flow. Scopes are the fine-grained permissions an application requests at authorization time to act against the Telstra API on a user’s behalf.

Tokens are issued from https://tapi.telstra.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.

TelecommunicationsTelcoMobileMessagingSMSMMSNetworksAustraliaVerification
Scopes: 2 Flows: clientCredentials Method: derived

OAuth endpoints

Token URL
https://tapi.telstra.com/v2/oauth/token
Flows
clientCredentials

Scopes (2)

ScopeDescriptionFlows
MNV Mobile Number Verification. clientCredentials
NSMS Send and receive SMS/MMS through Telstra Messaging. clientCredentials

Source

OAuth Scopes

telstra-scopes.yml Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/telstra-messaging-api-openapi.yml, openapi/telstra-mobile-number-verification-api-openapi.yml
schemes:
- name: OAuth2ClientCredentials
  source: openapi/telstra-messaging-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://tapi.telstra.com/v2/oauth/token
  description: OAuth 2.0 client credentials grant against https://tapi.telstra.com/v2/oauth/token
    with the NSMS scope.
- name: OAuth2ClientCredentials
  source: openapi/telstra-mobile-number-verification-api-openapi.yml
  flows:
  - flow: clientCredentials
    tokenUrl: https://tapi.telstra.com/v2/oauth/token
scopes:
- scope: MNV
  description: Mobile Number Verification.
  flows:
  - clientCredentials
  sources:
  - openapi/telstra-mobile-number-verification-api-openapi.yml
- scope: NSMS
  description: Send and receive SMS/MMS through Telstra Messaging.
  flows:
  - clientCredentials
  sources:
  - openapi/telstra-messaging-api-openapi.yml