...
| Code Block | ||
|---|---|---|
| ||
{
"user_token": token,
"user_api_token"expiration_date": expiration_date
} |
On a failed login attempt the response is like the following example:
...
...
| Code Block | ||
|---|---|---|
| ||
{
"user_token": token,
"user_api_token"expiration_date": expiration_date
} |
On a failed login attempt the response is like the following example:
...