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.
Documentation IndexFetch the complete documentation index at: https://api.lancepilot.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://api.lancepilot.com/llms.txt
Use this file to discover all available pages before exploring further.
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