Download List Data

Once the enrichment is complete, use this endpoint to retrieve your results.

Download List Data

POST /download_list

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

api_key

string

Your API Key

listname

string

The name of your list to download.

Example

{
  "api_key": "x9141mdq142",
  "listname": "Sales Directors at Software Companies"
}

Last updated