SOLVED

Re: Programmatically monitor the number of API calls

Go to solution
fcastellssermo
Level 1

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:

 

apirequests.png

Thanks 

1 ACCEPTED SOLUTION
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

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).

 

 

View solution in original post

5 REPLIES 5
Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

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).

 

 

Gio
Level 1
Level 1

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!

SanfordWhiteman
Level 10 - Community Moderator
Gio
Level 1
Level 1

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?

Gio_0-1758306429726.png

 

fcastellssermo
Level 1

Excellent, I didn't see that one. This is what I need. 

 

Thanks