Start the authorization code flow

Authorization endpoint for the OAuth 2.0 Authorization Code flow. The client redirects the user's browser here; the authorization server prompts for consent and then redirects back to redirect_uri with an authorization code, which the client exchanges for an access token at /oauth2/token.

This endpoint does not require the X-Vibe-Revision header.

The X-Vibe-Revision header and the standard Vibe API security schemes do not apply here — authentication is performed by the authorization server itself against the client registration.

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

OAuth client identifier assigned at client registration.

uri
required

Callback URI for the authorization response. Must match a URI registered for this client.

string
enum
required

OAuth response type. Only code is supported.

Allowed:
string
required

Space-delimited list of requested OAuth scopes.

string
required

Opaque value generated by the client and echoed back on callback. Used to prevent CSRF — validate it matches what you sent.

Responses

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