For all operations listed below you will need to provide HTTP Request Header Authorization param. For more details see Login/Auth page.
Export data list into csv file that will be sent to your email address after short delay.
Exporting List Data to CSV
Route: /csv/{list_entity_name}
Method: GET
Parameter requirements are the same as making regular calls to /contact, /address etc. routes.
RESPONSE 200 - OK, SUCCESS
{
"message": "Request to generate CSV file is being processed, once done results will be sent to your email address.",
"result": true
}
RESPONSE 200 - OK, FAILURE
{
"error": "Problem processing request for the CSV file, please try again later.",
"result": false
}