Accessing the API Use Summary
Team Settings can be viewed and managed only by an account owner. Project Settings can be managed by the account owner (by default) or users with proper access granted by the owner. The default Admin role can access Project Settings.
- Subscription to view a summary of API calls for each of your projects.
- API Usage to view a summary of API calls connected with a specific project.
API Limits
The following API limits apply to Business and Organization plans.Limit | Value |
---|---|
API requests per minute | Business: 100Organization: 2,000 |
Total API requests per cycle | Business: 100,000Organization: 300,000 |
Client-side requests (e.g., validate) from a single IP address | 5 requests per 5 seconds |
Enterprise Plan
Users with an Enterprise plan have custom API request limits. Contact Voucherify Sales to learn more about the Enterprise plan.Notifications
You can receive notifications in your app and through email when you use a certain percentage of your redemptions, API calls, or bulk API calls. The account owner can configure these thresholds and notifications in the API Usage tab in the Project settings. If you are the account owner, set this up as follows:- Click the bell icon in the left sidebar and go to Notifications Center to select Account Settings.
- Alternatively, in the Team Settings, Subscription tab, click the pencil icon under one of the charts. This will take you directly to the API usage notification settings.
- Go to Notifications Center and Account Settings.
- Click Show details next to the notifications you want to activate.
- Turn on the switch next to Email.
- Set the percentage usage limit that will trigger the notification.
- Click Add email to specify the email address where you want to receive notifications.
- Save your settings.
You cannot exceed the number of API calls (both hourly and monthly) defined in your pricing plan. Exceeding this limit will block your access to the API immediately.
Buying Additional API Packages
If you expect to use more API calls than your usual limit, you can purchase extra packages to raise those limits. This lets you temporarily increase the number of API calls you can make per hour, per minute, or per cycle, providing a boost when needed.Buying additional API packages will not raise the API call limits for the Sandbox project. The Sandbox project is set to a fixed limit of 100 API calls per hour.
Webhooks
Webhook calls coming from integrations (third-party webhooks) are counted in separate daily buckets. The size of the daily bucket is derived from the API request limit. Webhooks used per day:- Business: 144,000
- Organization: 288,00
The webhooks sent by Voucherify, which include the webhooks configured in the Project Settings are not covered by any limit. The webhooks sent through Distributions are covered by distribution limits.
Distribution Limits
Voucherify allows the Customer to send messages using the Distribution Manager. According to Voucherify Anti-Spam policy, the Customer has to pass a few checks to unlock the full limits.Distribution Message Limits Without the Anti-Spam Check
These limits apply to all plans:- 10 messages per day
- 10 messages per month
- 0 emails from Voucherify
Distribution Messages Limits With the Anti-Spam Check:
Limits for trial accounts:- 10 messages per day.
- 100 messages per month.
- Unlimited messages.
- Limited according to the plan parameters.
Response Headers
Each API response coming from the Voucherify platform has a couple of headers informing about the current status of the API limits. These headers are:X-Rate-Limit-Limit
- maximum API requests that can be made in a period (an hour or a minute)X-Rate-Limit-Remaining
- number of API requests that can still be made in a current periodX-Rate-Limit-Retry
- the time when the next API request can be made, in Unix epoch format (in seconds)Retry-After
- (optional) number of seconds left before the next API request can be made, shown after a limit is reachedX-Rate-Limit-Type
- (optional) type of API limit that was reached, possible values: api_calls / bulk_api_calls/ api_calls_cycle / webhook_calls