I used the “integrations/v1/limit/daily” endpoint to get the number of API calls for the day, but the returned result seems wrong.
When I check the “/monitoring/api” page of the Hub, i can see between 300 and 400 calls from this morning, that is correct about our use of the API but when I call the endpoint I get only 17 calls.
APIs requests used today are essentially from Deal, Contact and Company APIs with some sucess call and some faillures. I checked APIs docs and endpoints used have “Rate Limited : Yes”.
Hi @David_Couturier, if you’re checking your dev portal on your API calls for the day, this method wouldn’t work if your application uses OAuth. This limit is only shown for requests that you’ve made using your API key. If your API key is not the authentication method that you use, the numbers won’t match.
I would also like to monitor our HS API key … eg track its usage over time, monitor the andpoints called, HTTP methods called, include whn the key has been rotated (this I know of), etc.