v11

latestOpenAPI 3.1.0AGPL-3.0raw.githubusercontent.com2026-08-014635124.5 KB
Auth

Login

Create a dashboard JWT session.

post/auth/login

Request body

emailstring required
passwordstring required
merchant_idstring nullable

Example request

{
  "email": "operator@example.com",
  "password": "StrongPass#123",
  "merchant_id": "merchant_demo"
}

Response

Authenticated user

tokenstring
user_idstring
emailstring
merchant_idstring
rolestring