Dreamship API enforces rate limits on the amount of requests that can be made.
Time Period | Call Limit |
---|---|
1 Minute | 60 Calls |
If you exceed either call limit within the time period above you will receive a 429 response with the return below.
{
"error": {
"key": "throttled",
"status_code": 429,
"message": "Request was throttled. Expected available in 59 seconds."
}
}
Please note, rate limits are subject to change in the future without an upgrade to the API version.