Skip to main content
POST
/
oauth
/
authorize
This response does not have an example.

Body

application/x-www-form-urlencoded
action
enum<string>
required
Available options:
allow,
deny
client_id
string
redirect_uri
string<uri>
scope
string
state
string
code_challenge
string
code_challenge_method
enum<string>
Available options:
S256,
plain

Response

Redirect to redirect_uri with code or error

I