Need to fetch all contacts with details of each contact. Currently using API https://apireference.getresponse.com/ with endpoint like
- /contacts -- To get contacts
- For each contact hitting below url to get the contact details
- /contacts/{contactId}
This takes lot of time as there are 2.6 million records/records.
Is there any alternative way, where we can get all contacts with details like in excel/csv file. It will be one time export.
You can achieve like this way