API - Rate Limits

    Last updated on September 25th, 2024

    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. If the endpoint you are using is not listed below, we recommend setting a 10 calls per second rate limit to avoid any potential issues.

     

    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
     

    Was this article helpful?

    Save as PDF