Below is a list of error codes that you may encounter when using the API. If you encounter an error code that is not listed here, please reach out to us directly at support.

Error CodeDescriptionSolution
400 - Bad RequestThe request was invalid or cannot be processedCheck the request and try again
401 - UnauthorizedThe request requires user authenticationCheck the API key X-Api-Key and try again
403 - ForbiddenThe server understood the request, but is refusing to fulfill itCheck the API key X-Api-Key and try again
404 - Not FoundThe requested resource could not be foundCheck the request and try again
429 - Too Many RequestsThe user has sent too many requests in a given amount of timeWait for a while and try again (see Rate Limits)
500 - Invalid RequestThe request was invalid or cannot be processedCheck the request and try again
504 - Gateway TimeoutThe server was acting as a gateway or proxy and did not receive a timely response from the upstream serverWait for a while and try again
529 - Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the requestContact support.