/oauth/authorize
GET
/oauth/authorize
oauth2
Request
Query Params
client_id
string
required
Example:
d1e23a933f0fe6db11dd403d0ff948cf
redirect_uri
string
required
Example:
https://example.com
response_type
enum<string>
optional
Allowed value:
code
Example:
code
scope
enum<string>
optional
Allowed value:
basic
Example:
basic
state
string
optional
Example:
642e031f42a85
Responses
Modified at 2024-09-04 08:25:40