This section details the API's response object format and range of HTTP error responses. The APIs respond with a simple error message in JSON format that explains the problem. This shows an authorization error in that format:
{
"time":"2/4/22 10:04 AM",
"message":"The security token is invalid.",
"error":"Repository.Service.InvalidToken"
}