Authenticate user and receive an access token. The company code is required to scope the login to the correct tenant.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Body Params application/jsonRequired
{
"company": "demo",
"email": "ahmed.hassan@foodguard.com",
"password": "ln6jgAaY",
"device_name": "iPhone 17"
}
Responses
This response does not have a body.
Modified at 2026-02-23 18:27:16