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).
Excellent, I didn't see that one. This is what I need.
Thanks