Skip to main content
POST
/
oauth
/
authorize
Error
A valid request URL is required to generate request examples
{
  "error": "invalid_request",
  "error_description": "<string>",
  "error_uri": "<string>",
  "state": "<string>"
}

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