REST APIWell Known
Oauth Authorization Server Metadata
OAuth 2.0 Authorization Server Metadata Discovery Endpoint. Per RFC 8414 and MCP OAuth specification, this endpoint provides authorization server metadata for client discovery. Returns: Authorization server metadata including supported endpoints, grant types, and PKCE methods.
Response Body
application/json
curl -X GET "https://api.poggio.io/.well-known/oauth-authorization-server"{}Update Third Party Registration
API reference for Update Third Party Registration
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.