post
https://{targetURL}/api/v1/auth/oauth2/authorize
Receives the user's consent decision (approve or deny) from the consent page as a form POST.
CSRF is enforced by request provenance — Sec-Fetch-Site must be same-origin (with an Origin/Referer allow-list fallback); there is no separate CSRF token. On approval an authorization code is created and the browser is redirected to the client's redirect_uri; on denial it is redirected with error=access_denied.
This endpoint is submitted by the consent page, not called directly by clients.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
302Redirects to redirect_uri with code (approve) or error (deny)
400Invalid request parameters or failed CSRF provenance check
401User not authenticated