v1

latestOpenAPI 3.1.02026-07-24558778.0 KB
OAuth Authorization

Approve OAuth authorization

Called after user authentication to create an authorization code. Returns the redirect URI with the authorization code as JSON. Requires the user to be authenticated via JWT.

post/oauth/authorize

Request body

clientIdstring required
redirectUristring required
scopesstring
statestring
codeChallengestring
codeChallengeMethodstring

Response

OK

redirectUristring