Skip to main content
GET
/
oauth
/
.well-known
/
oauth-authorization-server
Authorization server metadata
curl --request GET \
  --url https://public-api.sessionboard.com/oauth/.well-known/oauth-authorization-server
{
  "issuer": "<string>",
  "authorization_endpoint": "<string>",
  "token_endpoint": "<string>",
  "revocation_endpoint": "<string>",
  "response_types_supported": [
    "<string>"
  ],
  "grant_types_supported": [
    "<string>"
  ],
  "scopes_supported": [
    "<string>"
  ],
  "code_challenge_methods_supported": [
    "<string>"
  ]
}

Response

200 - application/json

Server metadata

issuer
string
authorization_endpoint
string
token_endpoint
string
revocation_endpoint
string
response_types_supported
string[]
grant_types_supported
string[]
scopes_supported
string[]
code_challenge_methods_supported
string[]