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.
Query parameters
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.
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.
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
Changes
Changed in 3 of the 79 revisions of this API.13
- ▲
response property
detaillist-of-types was widened by adding typesstringto media typeapplication/jsonof response422response-property-list-of-types-widened
- ○
the response property
became required for the statusresponse-property-became-required
- ▲
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
api operation id
get_auth_url_api_oauth_auth_url_getremoved and replaced withget_auth_urlapi-operation-id-removed
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○