Skip to main content
POST
Submit the OAuth consent decision (Allow / Deny)

Body

application/x-www-form-urlencoded
decision
enum<string>
required
Available options:
allow,
deny
client_id
string
required
redirect_uri
string<uri>
required
code_challenge
string
required
scope
string
required
org_id
string
required
csrf
string
required
state
string
code_challenge_method
enum<string>
Available options:
S256
response_type
enum<string>
Available options:
code

Response

Redirect back to the client with code+state, or with an OAuth error.