Returns protected resource metadata per RFC 8707. MCP clients use this to discover the authorization server for this resource.
cURL
curl --request GET \ --url https://app.usechar.ai/api/.well-known/oauth-protected-resource \ --header 'Authorization: Bearer <token>'
{ "resource": "<string>", "authorization_servers": [ "<string>" ], "bearer_methods_supported": [ "<string>" ], "scopes_supported": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Protected resource metadata
The protected resource identifier (MCP endpoint URL)
OAuth 2.0 authorization server URLs
Supported bearer token methods
Supported OAuth 2.0 scopes