cURL
curl --request GET \ --url https://lancepilot.com/api/v3/workspaces/{workspace}/contact-imports/{contact-import}/download \ --header 'Authorization: Bearer <token>'
"<string>"
Download the file of a specific contact import as a CSV file.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the workspace.
CSV file of contact import.
The response is of type file.
file