How to get return more than 500 contacts in v3 API

SOLVED
Go to solution
ChrisE3168
Participant
0 Votes

I am working with the V3 api get contacts.  It says that it will return a max of 500 contacts.  How do I get the rest of our contacts?  The export contacts does not work since it does not include the contact_id that is required to work with the contacts.

1 ACCEPTED SOLUTION
David_B.
Moderator
0 Votes

Hello,

 

Thank you for reaching out to Constant Contact API Developer Support.

 

Our API returns results in a paginated output. The response will include a URL that you then make another call to in order to get the next page of data. You would do this until you no longer get a "next" url. See this page in our documentation for details: https://v3.developer.constantcontact.com/api_guide/v3_technical_overview.html#paginated-output

 

Please let us know if you have any other questions!

 

Regards,

David B.
Tier II API Support Engineer

View solution in original post

1 REPLY 1
David_B.
Moderator
0 Votes

Hello,

 

Thank you for reaching out to Constant Contact API Developer Support.

 

Our API returns results in a paginated output. The response will include a URL that you then make another call to in order to get the next page of data. You would do this until you no longer get a "next" url. See this page in our documentation for details: https://v3.developer.constantcontact.com/api_guide/v3_technical_overview.html#paginated-output

 

Please let us know if you have any other questions!

 

Regards,

David B.
Tier II API Support Engineer