Skip to main content
GET
/
.well-known
/
openid-configuration
OAuth Discovery
curl --request GET \
  --url https://api.casexchange.com/api/v1/.well-known/openid-configuration
{}
Retrieve OAuth 2.0 and OpenID Connect discovery metadata. This endpoint provides all necessary configuration for OAuth clients, including endpoints, supported grant types, and available scopes.

Response

200 - application/json

Discovery document

The response is of type object.