Response Codes
This section contacts additional information on the codes returned by certain methods of the service. The response codes have been chosen to be comparable to HTTP response codes in general. Although an error is always displayed with the error message, you should check for the response code as the text could change without notice
Response Code | Response Message | Description |
---|---|---|
200 | OK | The request was successful |
204 | The request affected 0 rows | The request was called successfully, but had no affect |
400 | Bad Request | The request was missing a parameter that was expected or the URL is incorrect |
403 | Forbidden | Usually occurs from a missing or invalid API key |
405 | Method Not Allowed | The request was sent usng GET, PUT or DELETE. Version 3 of the API only accepts POST |
410 | Gone - Request Deprecated | The request was once valid in an older version of the API, but has since been removed |