v6

OpenAPI 3.1.0raw.githubusercontent.com2026-08-0161197504.7 KB
auth

Issue an OAuth token

Issue an OAuth token using client credentials.

post/auth/token

Response

OK

access_tokenstring required

The access token.

expires_ininteger required

The number of seconds until the token expires.

refresh_tokenstring nullable

A refresh token for obtaining new access tokens without re-authentication.

scopestring required

The scopes of the token, comma-separated.

token_typestring required

The token type. Always 'bearer' for JWT tokens.