v59

latestSwagger 2.0AGPL-3.0raw.githubusercontent.com2026-08-06397565628.9 KB
Enterprise

OAuth2 authorization request (GET - show authorization page).

get/oauth2/authorize

Query parameters

client_idstring required

Client ID

statestring required

A random unguessable string

response_type'code' | 'token' required

Response type

redirect_uristring

Redirect here after authorization

scopestring

Token scopes (currently ignored)

Response

Returns HTML authorization page