Poggio
Docs
REST APIV1Well-Known

Oauth Protected Resource Metadata

OAuth 2.0 Protected Resource Metadata Discovery Endpoint. Per RFC 8414 Section 5 and MCP OAuth specification, this endpoint provides metadata for protected resources. Returns: Protected resource metadata including resource URI and authorization server location.

GET
/.well-known/oauth-protected-resource

Authorization

BearerToken
AuthorizationBearer <token>

Pass an OAuth access token or an API token from Settings > MCP Server.

In: header

Response Body

application/json

curl -X GET "https://api.poggio.io/.well-known/oauth-protected-resource"
{}