Response Codes
Code | Status | Description |
---|---|---|
| OK | All went well, you got what you asked for. |
| Multiple error messages | Wrong request structure. It could be a misspelled parameter or an invalid value. The response body will have a more specific error message. |
| 'Authorization header not provided' / 'Invalid authorization header' / 'Client not found' | The authorization header is missing, or your login credentials are incorrect. |
| Forbidden | Your account does not have access to this resource on the target website. |
| Not Found | The target website server understands the request but refuses to authorize it. |
| Timeout | The request timed out. |
| Too many requests | You have exceeded the rate limit. |
| Internal Server Error | We're experiencing some issues on our side. Please try again a bit later. We're probably aware of the issues, but you can give us a shout and report it anyway. |
| Faulted After Too Many Retries | Something went wrong, and we failed the job you submitted. You can try again at no extra cost, as we don't charge you for faulted jobs. If that doesn't work, please get in touch with us. |
Last updated