Skip to main content
GET
Start the OAuth 2.0 authorization code flow. Redirects the user to the consent page. No authentication required. This is a public endpoint.

Query Parameters

* Required for public (non-confidential) clients.

Available Scopes

PKCE Support

For public clients, PKCE (Proof Key for Code Exchange) is required:
Save the codeVerifier - you’ll need it when exchanging the authorization code for tokens.