Skip to main content
The Everflow API uses conventional HTTP status codes. Codes in the 2xx range indicate success. Codes in the 4xx range indicate a client error. Codes in the 5xx range indicate a server-side issue. All error responses are returned as JSON.

Status codes

CodeMeaningDescription
200OKThe request succeeded.
400Bad RequestThe request could not be processed, usually due to missing or malformed parameters.
401UnauthorizedNo valid API key was provided.
403Forbidden / Out Of RealmThe API key does not grant access to the requested resource. This often means the wrong API type is being used (e.g. an Affiliate key on a Network endpoint).
404Not FoundThe requested resource does not exist.
429Too Many RequestsYou have exceeded the rate limit. See Rate Limiting.
500Internal Server ErrorSomething went wrong on the Everflow side.