Skip to main content
POST
Login with email/password

Authorizations

Authorization
string
header
required

JWT bearer token obtained from POST /auth/system-login using your client credentials.

Body

application/json
username
string<email>
required
Example:

"admin@acme.com"

password
string
required
Example:

"s3cr3t!"

Response

Success

status
string
Example:

"success"

message
string
Example:

"Success"

data
object | null

Endpoint-specific payload (object, array, or null)