Skip to main content
Version: 1.0.0

Errors

Iopole employs standard HTTP response codes to denote whether an API request has succeeded or failed.

Typically, codes in the 2xx range signify success, while codes in the 4xx range point to an error caused by the provided information (such as a missing parameter).


Codes in the 5xx range indicate server errors on Iopole end.
Certain 4xx errors, come with an error code that offers a brief explanation of the issue.


Status CodeStatusDescription
20xOKEverything worked as expected.
400Bad RequestThe request was unacceptable, often due to missing a required parameter.
401UnauthorizedNo valid access token provided.
403ForbiddenThe access token doesn’t have permissions to perform the request.
404Not FoundThe requested resource doesn’t exist.
409ConflictThe request conflicts with another request.
429Too Many RequestsToo many requests hit the API too quickly. We recommend an exponential backoff of your requests.
500, 502, 503, 504Server ErrorsSomething went wrong on Iopole’s end.