HTTP codes returned with a response.
400 Bad Request
error means that the server was unable to proceed with the request. The most common cause of the error is bad syntax in the request URL or body.
401 Unauthorized
errors are usually caused by a problem in the request header of your API call, i.e. you didn’t use a valid API key to make the API call.
x-ratelimit-max
: Shows your maximum allowed requests per 5-minute periodx-ratelimit-count
: Displays how many requests you’ve made in the current 5-minute period429
error response.
If a User Profile accumulates 1,000 rate limit violations (429 errors) within a 24-hour period, the profile will be automatically suspended.
After a 5-minute waiting period expires, you can resume making requests up to the standard limit of 250 per 5-minute window.
500 Internal Server Error
indicates that Ayrshare is experiencing an internal error or processing failed.