v64

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-016280256.4 KB
oauth

Generate OAuth authorization URL

Generate OAuth authorization URL with state and nonce for CSRF and replay attack protection. State is stored with TTL for validation.

get/api/oauth/auth-url

Query parameters

redirect_uristring required

The URI to redirect to after OAuth consent. Must match the registered redirect URI in OAuth client configuration.

The URI to redirect to after OAuth consent. Must match the registered redirect URI in OAuth client configuration.

code_challengestring nullable

PKCE code challenge derived from code_verifier. Required for public clients to prevent authorization code interception attacks.

PKCE code challenge derived from code_verifier. Required for public clients to prevent authorization code interception attacks.

code_challenge_methodstring nullable

PKCE code challenge method, typically 'S256' (SHA-256 hash). Must be provided if code_challenge is specified.

PKCE code challenge method, typically 'S256' (SHA-256 hash). Must be provided if code_challenge is specified.

Response

Successful Response

urlstring uri required
All 62 operations