Skip to main content
POST
JavaScript

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication for Telnyx API and MCP integrations

Body

token
string
required

The token to introspect

Response

Introspection response

active
boolean
required

Whether the token is active

scope
string

Space-separated list of scopes

client_id
string

Client identifier

exp
integer

Expiration timestamp

iat
integer

Issued at timestamp

iss
string

Issuer

aud
string

Audience