How many API call counts is a single bulk Lead Import call? | Community
Skip to main content
September 23, 2015
Question

How many API call counts is a single bulk Lead Import call?

  • September 23, 2015
  • 1 reply
  • 2082 views

We are using the /bulk/v1/leads.json  Lead Import REST API (documented at developers.marketo.com/documentation/rest/import-lead/). a

We use this API to upload CSV file.  Does this alwasy count as a single API call?  Or does is the count related to the number of leads we are importing?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Adobe Employee
September 23, 2015

Hi Team,

There is no defined limit for the number of leads that can be imported through this call, but there is a file size limit of 10MB. There is also a limit of 10 bulk file imports that can be in the processing queue at a time.

http://developers.marketo.com/documentation/rest/import-lead/

John

Kenny_Elkington
Adobe Employee
Adobe Employee
September 23, 2015

This is only partially correct. The limit for rest bulk import is 10MB per call.