v1

latestOpenAPI 3.0.02026-07-23709.9 KB
Authentication

Generate access token

Authenticate and generate a JWT access token for subsequent API requests.

post/v1/auth/token

Request body

usernamestring required
passwordstring password required

Response

JWT token generated successfully.

tokenstring

JWT Bearer token

expires_ininteger
All 7 operations