The following API rate limits have been introduced to ensure we provide high quality and consistent service to all our clients. The rate limits applies to specific endpoints only.
Name | Path | Rate Limit |
---|---|---|
Login |
POST /api/users/login |
4 calls per 1 second |
Search Locations |
GET /api/locations/ |
15 calls per 1 second |
Update Locations |
PUT /api/locations/$id PATCH /api/locations/$id |
10 calls per 1 second |
Search Businesses |
GET /api/businesses/ |
10 calls per 1 second |
Status Check - Search | POST /api/search |
10 calls per 10 seconds |
Status Check - Get results | GET /api/search |
50 calls per 1 second |
Create Users | POST /api/users |
100 calls per 10 seconds |
Update User data |
PATCH /api/users/$id |
100 calls per 10 seconds |
Datapoints search |
GET /api/data-points |
20 calls per 10 seconds |
Data points statistics | GET /api/data-points/statistics |
10 calls per 10 seconds |
Dashboard - Insights |
GET api/dashboard/ insights-data |
20 calls per 10 seconds |
Dashboard - Customer feedback |
GET api/dashboard/ customer-feedback-by-period |
5 calls per 5 seconds |
Store finder | GET /api/store-finders/$storeKey/locations | 50 calls per 10 seconds //search |
Store finder |
GET /api/store-finders/$storeKey/locations/$id |
50 calls per 10 seconds //details |