General Information
...
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
oauth | /token | POST | N/A | N/A |
Description
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
{ "result":false, "errors":{ "codes":[406], "details":[ { "code":406, "message":"Missing Tenant secret" } ] } } |
Response schema
Follow this link to check out the response JSON Schema
SOAJS Error Codes
Code | Description |
---|---|
406 | Missing Tenant secret |
414 | Local login is not allowed |
503 | You do not have privileges to enable pin login |
503 | Unable to log in the user. User not found |