GET
/
v1
/
contact-lists
/
csv
curl --request GET \
  --url https://client-api.salesfinity.co/v1/contact-lists/csv \
  --header 'x-api-key: <api-key>'
"<any>"

Fetches all contact lists in CSV format for data portability and review.

  • Response: Array of contact lists.

Authorizations

x-api-key
string
header
required

Response

200 - application/json
CSV contact lists retrieved successfully

The response is of type any.