API ReferenceAuthenticationGenerate JWT access tokenGenerate JWT access token POST /auth/token Authenticates a registered client using its ID and secret, and returns a JWT access token. Request Responses200400401500Successful token issuanceBad RequestInvalid client credentialsInternal server error