Hello,
I am calling multiple leads API by giving list id and i can see by default its only gives back 300 leads and give you a nextpageToken. Could some one please tell me how to get the next page?
Thanks.
You include the nextPageToken in the next call. This is all in the docs: Get Lead Activities » Marketo Developers
The first call returned a nextpage token. Call again the API, passing this next page token as a parameter.
-Greg