REST API: Authentication

Methods


TypeVer.Command parameterParameters
POST3.0b1+authenticate username=<username>
password=<password>
Example of success:
{
  "result": "success",
  "userId": 123,
  "userEmail": "user@acme.com",
  "local": "en_US"
}

Example of failure:
{
  "result": "failure",
  "message": "password does not match user"
}
POST11+ confirmSsoAuthentication
Example of success:
POST3.0sp5+ logout
Example of success:
Loading...