Skip to main content
GET
/
oauth
/
authorize
Authorization Endpoint
curl --request GET \
  --url https://api.casexchange.com/api/v1/oauth/authorize

Query Parameters

client_id
string
required
redirect_uri
string<uri>
required
response_type
enum<string>
required
Available options:
code
scope
string
state
string
code_challenge
string

PKCE code challenge

code_challenge_method
enum<string>
Available options:
S256,
plain

Response

302

Redirect with authorization code