Skip to main content
GET
Get a download link for an export

Authorizations

Authorization
string
header
required

LeadConduit uses HTTP Basic Authentication with the username API and your API key as the password.

For example: API:1f1b96c9150d8050e858c043d543bb4eadae0e6f'

Path Parameters

id
string
required
read-only

The ID of the export 24 character alpha-numeric BSON identifier

Pattern: ^[0-9a-fA-F]{24}$
Example:

"5fd4371e940df5a34a3888b2"

Response

OK

download_url
string<uri>
required

Pre-signed URL of the CSV file. Expires 10 seconds after this response.

Example:

"https://s3.amazonaws.com/example-bucket/export.csv?X-Amz-Expires=10&X-Amz-Signature=..."