v24

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-019211.7 KB
Authentication and Token Lifecycle

Authenticate user and return JWT

post/auth/login

Request body

emailstring email required
passwordstring required

Example request

{
  "email": "valid@email.com",
  "password": "secret1234"
}

Response

JWT issued

access_tokenstring

JWT Bearer token

token_typestring

Token Type

expires_ininteger

Token expiration in seconds

All 9 operations