Skip to main content
GET
/
.well-known
/
oauth-protected-resource
OAuth 2.0 Protected Resource Metadata
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>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Protected resource metadata

resource
string
required

The protected resource identifier (MCP endpoint URL)

authorization_servers
string[]
required

OAuth 2.0 authorization server URLs

bearer_methods_supported
string[]
required

Supported bearer token methods

scopes_supported
string[]
required

Supported OAuth 2.0 scopes