SOLVED

Re: API Call Limit Status?

Go to solution
Brian_Chiosi
Level 1

API Call Limit Status?

How do I understand what my current day's SOAP API count is?
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: API Call Limit Status?

This is not available for SOAP APIs.  However, you will be able to review daily usage of REST APIs when they ship.  If any of you is interested in REST beta, please send in your requests to restapibeta@marketo.com

Raj

View solution in original post

7 REPLIES 7
Anonymous
Not applicable

Re: API Call Limit Status?

Daily API Quota: 10,000 API calls

To check the api status go to the admin section and click on SOAP API.
Brian_Chiosi
Level 1

Re: API Call Limit Status?

All I see is:
Daily Request Limit:
10000

Where do I go to see how many API calls I have performed / how many I have left?

Thanks,
Brian
Anonymous
Not applicable

Re: API Call Limit Status?

This is not available for SOAP APIs.  However, you will be able to review daily usage of REST APIs when they ship.  If any of you is interested in REST beta, please send in your requests to restapibeta@marketo.com

Raj
Brian_Chiosi
Level 1

Re: API Call Limit Status?

If I reach my limit - what happens? Is an error returned?

Thanks for the response Raj.
Anonymous
Not applicable

Re: API Call Limit Status?

We reserve the right to enforce limits.  As a goodwill gesture, we will not enforce it on the 10,001st API call of the day, but you must handle error responses and check if the reason is "Daily Quota Reached"
Anonymous
Not applicable

Re: API Call Limit Status?

why on earth would you put in field "Requests in the Last 7 Days:" for the SOAP api if you don't support that functionality? Could you remove the field instead of having a place holder of 0? I'd prefer no data to spurious data.

Super glad you are moving to a REST api.
Anonymous
Not applicable

Re: API Call Limit Status?

When the limit is expressed as "10000 calls per day", does that mean
  • per calendar day (starting at midnight GMT/PDT/whatever)? or
  • per 24-hour period, seen as a sliding window (so that if my instance saw a spike of 9000 calls in a given hour, no matter what time of day, a large volume of additional calls in the next hour would, after 1000 initial successes (or perhaps a few more), eventually result in Daily Quota Reached error responses)?
... or does it mean yet something else?