POST
/
v1
/
contact-lists
/
csv
/
{id}
/
reimport
curl --request POST \
  --url https://client-api.salesfinity.co/v1/contact-lists/csv/{id}/reimport \
  --header 'x-api-key: <api-key>'
{}

Reimports contacts to a specified contact list, allowing updates or changes to existing contacts.

  • Path Parameter: id (string, required) - ID of the contact list to reimport.
  • Response (201): Confirmation of successful reimport.

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

201 - application/json
Contacts reimported successfully

The response is of type object.