Skip to main content
POST
Deny authorization request

Authorizations

Authorization
string
header
required

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

Body

application/json
clientId
string
required

OAuth application client ID

Example:

"app_abc123..."

redirectUri
string
required

Redirect URI to return the error

Example:

"https://example.com/oauth/callback"

state
string
required

State parameter to return with error

Example:

"random_state_abc123"

Response

Authorization denied. Returns error, error_description, state, and redirect_uri.