Errors
Errors
All responses are returned in JSON format as specificed in the Content-Type
header.
Conventional HTTP response codes are used by the API to indicate the success or failure of an API request. Codes in the 2xx
range indicate success whereas codes in the 4xx
or 5xx
range indicate failure.
Common Error Codes
Code | Description |
---|---|
400 | Bad Request : The request could not be handled correctly, usually because of missing or malformed parameters |
401 | Unauthorized : The request could not be accepted, usually because the API Key is missing from the request |
404 | Not Found : The resource could not be found |
500 | Internal Server Error : Something went wrong on the Everflow end |