GET
/
auth
/
authorize
curl --request GET \
  --url http://localhost:3003/auth/authorize
This response does not have an example.

Query Parameters

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

Response

302

Redirect to authorization page