The following are API limits for concurrent and total API requests. When an application exceeds the rate limit for a given API endpoint, the API will return a HTTP 429 “Too Many Requests” response code.
Important
All API usage is bound by a fair-use-policy and is aimed to generate bookings. We reserve the right to change the limitations and reserve the right to limit or close API access at any time, should we see abusive behaviour or should the API affect the overall system stability.
Note
When your API usage requires a higher amount of API calls, please get in touch with our support and we will find an individual solution for you.
Please also take in consideration to use webhooks to avoid too many API calls.
Please also take in consideration to use webhooks to avoid too many API calls.
1. Concurrent API Request Limits (Production server)
The following table lists the limits per package for concurrent requests (calls) with a duration of 20 seconds or longer.
Package
|
Limit
|
---|---|
Starter
|
1
|
Advanced
|
2
|
Enterprise
|
3
|
Unlimited
|
5
|
2. Total API Request Limits (Production server)
The following table lists the limits for the total API requests (calls) per 24-hour period.
Package
|
Limit
|
---|---|
Starter
|
1.000
|
Advanced
|
10.000
|
Enterprise
|
25.000
|
Unlimited
|
50.000
|
3. API Request Limits (Sandbox server)
All API requests has same limitations for any package: 1 request per second and 5000 (1000) requests per day.