Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

On successful request, the service should return a response similar to this:

Code Block
languagejs
{
	    "user_token": "user_api_token"token,
    "expiration_date": expiration_date
}


On a failed login attempt the response is like the following example:

Code Block
languagejs
{
 
  "err": "specific_errorinvalid.login.credentials"
}