Error handling
| Code | Description | Remedy |
|---|---|---|
| 200 | Successful response | You’re doing just fine. |
| 400 | Found both ‘since’ and ‘until’ parameters in the same request OR companyID was not provided | The API response will describe the nature of the error. For more information, check the Swagger documentation. |
| 401 | Request rejected due to lack of valid authentication credentials for target content | Verify that the API key used to authenticate is subscribing to the requested content. |
| 403 | User does not exist, is inactive or doesn’t have privileges to view given individual/company | Verify that the API key used to authenticate is subscribing to the requested content. |
| 404 | Invalid URL, deal ID is in invalid format or deal not found | Company/individual not found, or provided individual ID is empty or has incorrect format. |
| 500 | Internal Server Error | We are likely working on this already, but you can contact our support team to let us know. |
