API Error Handling
2xx
range indicate success. Codes in the 4xx
range indicate an error that failed given the information provided (e.g., a required parameter was omitted, an action failed, etc). Codes in the 5xx
range indicate an error with our servers (these are rare).
Some common error responses are listed below:
400 Bad Request
- Your request may be malformed
401 Unauthorized
- Your API key is wrong, or your user does not have access to this resource
403 Forbidden
- The record requested is hidden
404 Not Found
- The specified record could not be found
405 Method Not Allowed
- You tried to access a record with an invalid method
10 MB
).