Skip to main content
GET
/
.well-known
/
oauth-authorization-server
OAuth Authorization Server Metadata
curl --request GET \
  --url https://mcp.arlohealth.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>"
  ],
  "code_challenge_methods_supported": [
    "<string>"
  ],
  "scopes_supported": [
    "<string>"
  ]
}

Response

200 - application/json

Authorization server metadata

issuer
string<uri>
authorization_endpoint
string<uri>
token_endpoint
string<uri>
registration_endpoint
string<uri>
response_types_supported
string[]
grant_types_supported
string[]
code_challenge_methods_supported
string[]
scopes_supported
string[]