Check out our upcoming events and meetups! View events →
OAuth 2.0 Protected Resource Metadata for resource discovery
import Telnyx from 'telnyx';
const client = new Telnyx();
const response = await client.wellKnown.retrieveProtectedResourceMetadata();
console.log(response.authorization_servers);{
"resource": "<string>",
"authorization_servers": [
"<string>"
]
}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.
Was this page helpful?
import Telnyx from 'telnyx';
const client = new Telnyx();
const response = await client.wellKnown.retrieveProtectedResourceMetadata();
console.log(response.authorization_servers);{
"resource": "<string>",
"authorization_servers": [
"<string>"
]
}