Re: Retrieve interesting moments Via Api

Anonymous
Not applicable

Retrieve interesting moments Via Api

Greetings,

I was wondering is there a way to retrieve the interesting moments periodically(say weekly) from marketo through API?

The data retrieved is used to generate report for the sales team if you're wondering the need for this post!

2 REPLIES 2
Neil_Robertson6
Level 5

Re: Retrieve interesting moments Via Api

Yep, you can access this information via the API but you will need to build your own iteration process and also be wary of the API Limits - which unless checked / catered for with large amounts of data you will burn through very quickly.  Every customer of Marketo has a total limit of 10,000 API calls per day that are shared between all applications that use the Marketo APIs.


The amount of API calls your process makes to Marketo depends on the amount of data in your Marketo account.  Here is an example of data from Marketo and the amount of API calls that are used by a simple process when importing:

Data Type

Number of Rows 

API Calls

Leads information

15,000

50

Mail activities

150,000

1,000

Program activities

15,000

100

Web activities

150,000

1,000

Program changes

7,500

50

Total API Calls

2,200

Anonymous
Not applicable

Re: Retrieve interesting moments Via Api

This Github might be of use : ayasavolian/ExternalMSI · GitHub