API Errors
The Autoscriber API will return a specific set of error codes and messages to guide you in the right direction when something goes wrong.
Here is the list of possible codes and associated descriptions:
Codes
400
Bad request
401
The request is not authenticated. This can happen when the API key is missing or invalid.
408
The request has timed out. This can happen when it took the server too long to generate a response.
413
The request is too large. This can happen when the request body is too large.
415
The request has an unsupported media type. This can happen when the request body is not JSON.
422
Unprocessable entity. This can happen when the provided body / data is invalid.
429
The request has been throttled. This can happen when the request rate limit has been exceeded.
500
The request has failed due to an internal server error. This can happen when the API is down. Please contact support if this issue persists.