Skip to main content
GET
/
workspaces
/
{workspace}
/
contact-imports
/
{contact-import}
/
download
Download Contact Import File
curl --request GET \
  --url https://lancepilot.com/api/v3/workspaces/{workspace}/contact-imports/{contact-import}/download \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspace
string<uuid>
required

ID of the workspace.

contact-import
integer
required

Response

CSV file of contact import.

The response is of type file.