Is there a way to either add an alert when the number of API requests go above a certain threshold or to periodically request this information through an API to create the alert externally? Basically, we'd need the "today's" data from this page:
Thanks
Solved! Go to Solution.
You can use Marketo's API usage endpoints (last7days and day's usage - which I think suits your requirement) to query the API usage numbers and then trigger/generate a notification when you like (for ex., when 50%/90%/100% of the API limits are consumed).
You can use Marketo's API usage endpoints (last7days and day's usage - which I think suits your requirement) to query the API usage numbers and then trigger/generate a notification when you like (for ex., when 50%/90%/100% of the API limits are consumed).
Is there a current solution for this? I couldn't find any reference to these, and the links are old and no longer valid.
Thanks!
Thank you, this was very helpful. For some reason I couldnt find this in the documentation when I searched.
How about getting the Bulk API Export Info? Can that be pulled within API calls?
Excellent, I didn't see that one. This is what I need.
Thanks