Rate Limiting

Understanding Rate Limits on SodaGift for Business API

Rate limiting is essential to ensure fair usage and system stability. Here's what you need to know about managing your API requests:

Rate Limit Policy

  • Maximum Requests: SodaGift for Business allows up to 100 requests per minute.

Handling Exceeding Limits

  • If your requests surpass the designated rate limit, the API will issue a 429 HTTP error, indicating too many requests.
  • Recovery Suggestion: Should you encounter this error, we recommend halting all requests for 1 second before retrying.