v1

latestOpenAPI 3.1.02026-07-24558778.0 KB
OAuth Authorization

OAuth authorization endpoint

Initiates the OAuth 2.0 Authorization Code flow. Validates the client and redirect URI, then redirects to the SSO login page for user authentication.

get/oauth/authorize

Query parameters

response_typestring required

OAuth response type, must be 'code'

client_idstring required

The OAuth client identifier

redirect_uristring required

URI to redirect to after authorization

scopestring

Space-delimited list of requested scopes

statestring

Opaque value to maintain state between request and callback

code_challengestring

PKCE code challenge

code_challenge_methodstring

PKCE code challenge method, e.g. S256. Defaults to 'plain' if omitted.

Response

OK