Contacts
Export contacts
It returns the background process ID which on completion calls the notify URL that you have set in the input. File will be available in csv.
post/contacts/export
Request body
Example request
{
"exportAttributes": [
"NAME"
],
"customContactFilter": {
"listId": 2,
"emailCampaignId": 12,
"smsCampaignId": 12
},
"notifyUrl": "http://requestb.in/173lyyx1"
}Response
Contact export request has been accepted
Example response
{
"processId": 78
}