Poggio
Docs
REST APIV1Well-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.

GET
/.well-known/oauth-authorization-server

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-authorization-server"
{}