Errors
You may run into these error codes while using the API:
| Code | Meaning | Description |
|---|---|---|
| 400 | Bad Request | User input was invalid and request must be fixed |
| 401 | Unauthorized | Access token for request is invalid |
| 403 | Forbidden | The associated access token does not have access to the requested endpoint |
| 404 | Not Found | No content matching the supplied parameters could be found |
| 500 | Internal Server Error | There was an unhandled exception in Sageworks code. Please report these to Abrigo Support |
| 503 | Internal Server Error | There was an unhandled exception in Sageworks code. Please report these to Abrigo Support |
Errors are returned by the API in the following format:
{
"errorType": "invalidRequest",
"message": "string",
"modelErrors": [
{
"propertyName": "string",
"message": "string"
}
]
}
Updated over 2 years ago
