Status Codes
| Code | Description |
|---|---|
| 200 | Request succeeded |
| 201 | The request to POST or PUT a record was successful. A Location HTTP header is returned |
| 204 | The request to DELETE a record was successful |
| 400 | The request was not formatted correctly |
| 401 | Invalid API Key |
| 402 | API key suspended |
| 403 | Access denied |
| 404 | Selected resource was not found (ie. User asked for non-existent item or URL) |
| 405 | Invalid method type (GET when you should POST, etc) |
| 500 | Application error or server error |
| 503 | Service Temporarily Unavailable |