Skip to main content
POST
Approve or deny authorization

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
client_id
string
required

Public client id being decided on

decision
enum<string>
required

approve or deny

Available options:
approved,
denied
scope
string

Approved scope subset (must not exceed requested)

Response

Success

code
string

Single-use authorization code

state
string

Echoed state value