/auth/login
Public or form-token flow
Login and receive auth data
Authenticates a user with the API app credentials and returns the user auth payload, including the bearer token when successful.
Responses
| Status | Description |
|---|---|
200 |
Successful JSON response. |
401 |
Invalid or missing bearer token. |
422 |
Validation failed. |