Skip to main content
POST
Approve or deny OAuth consent

Body

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

Response

Redirect to sign-in or the client callback