Approve an OAuth authorization request

Called by the consent page after the user approves access.
Returns a redirect URI containing the authorization code.
Requires session (dashboard) authentication — the user must be logged in.

PKCE support: Public clients (e.g. CLI tools) must include code_challenge
and code_challenge_method to use the Proof Key for Code Exchange flow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
uri
required
string

Space-separated list of scopes

string

Opaque value passed back to the redirect URI

string

PKCE code challenge (BASE64URL(SHA256(code_verifier))).
Required for public clients.

string
enum

Only S256 is supported

Allowed:
Responses

400

Invalid request (unknown client, unregistered redirect_uri, invalid scope, missing PKCE for public clients)

401

User not logged in

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json