Look up a company by code. Use this on the first login screen to validate the company code and display the company name before asking for credentials.
Request
Add the parameter Authorization
to Headers Example:Authorization: ********************
or
Responses
{
"success": true,
"message": "Company resolved successfully.",
"data": {
"name": "Saudi Restaurant Group",
"code": "demo"
}
}
Modified at 2026-02-23 18:27:16