CompanyCam uses the following error codes
| Code | Description |
|---|---|
| 400 | Bad Request – The request is invalid |
| 401 | Unauthorized – The user needs to authenticate or authentication failed |
| 402 | Payment Required – The user's subscription has expired |
| 403 | Forbidden – The user doesn’t have privilege to access the resource |
| 404 | Not Found – The specified resource could not be found |
| 409 | Conflict – The entity is not unique |
| 422 | Unprocessable Entity – There was an issue persisting your request due to invalid data |
| 500 | Internal Server Error – We had a problem with our server |
Check the response body for additional details when you receive an error.
