Rate Limits
#
The global rate limit for Storipress API is 720 requests per 3 minutes per IP. If you exceed this, all API calls for the next 3 minutes will be blocked, receiving a rate limit error message.
#
Overview
#
API
LIMIT (per 3 minutes)
LIMIT ( per hour)
LIMIT ( per day)
Global
720
Subscriber Sign Up
5
83
191
Subscriber Sign In
20
83
Headers
#
Endpoints that receive requests will include x-ratelimit-limit
and x-ratelimit-remaining
HTTP header in response. The header will contain a number that describes current application rate limit usage.
Key
Description
x-ratelimit-limit
A number expressing the rate limit
x-ratelimit-remaining
A number expressing the remaining requests
Sample x-ratelimit-limit
and x-ratelimit-remaining
#
Message
#
Previous
Search
Next
Error Handling