The following HTTP status codes will be returned:
- 200 OK: The request was successfully processed. Typically the response body contains the object that was requested or modified.
- 400 BAD REQUEST: The request could not be processed, either because the content was invalid (malformed JSON perhaps?) or the request itself was invalid, e.g. modifying an object that does not exist.
- 403 FORBIDDEN: Authentication failed. This could be because of bad credentials or because a location is inactive.
- 500 INTERNAL SERVER ERROR: An error was encountered on the server. When this happens an alert is sent to our engineering team for further troubleshooting.
In the case of a non-200 response, the body will contain additional information to assist you in your troubleshooting.