cURL
curl --request GET \ --url https://api.agentpowers.ai/.well-known/oauth-authorization-server
{ "issuer": "<string>", "authorization_endpoint": "<string>", "token_endpoint": "<string>", "registration_endpoint": "<string>", "response_types_supported": [ "<string>" ], "grant_types_supported": [ "<string>" ], "token_endpoint_auth_methods_supported": [ "<string>" ], "code_challenge_methods_supported": [ "<string>" ] }
RFC 8414 OAuth Authorization Server Metadata.
Documentation IndexFetch the complete documentation index at: https://docs.agentpowers.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.agentpowers.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
Was this page helpful?