Skip to main content
POST
Create lead list

Authorizations

Authorization
string
header
required

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

Body

application/json

The Lead List to create

The Lead List to create

name
string
required

Name of the lead list

Example:

"My Lead List"

has_enrichment_task
boolean | null

Whether this list runs the enrichment process on every added lead or not

Example:

false

owned_by
string<uuid> | null

User ID of the owner of this lead list. Defaults to the user that created the list

Example:

"01a082d0-332a-7b85-86b6-dfefd645df32"

Response

The Lead List

A list used to store leads

id
string<uuid>
required
read-only

Unique identifier for the lead list

Example:

"01a082d0-332a-7b85-86b6-dfedbe9e8e77"

organization_id
string<uuid>
required
read-only

Organization ID that owns this lead list

Example:

"01a082d0-332a-7b85-86b6-dfee0443632b"

name
string
required

Name of the lead list

Example:

"My Lead List"

timestamp_created
string<date-time>
required
read-only

Timestamp when the lead list was created

Example:

"2026-09-08T20:57:57.802Z"

has_enrichment_task
null | boolean

Whether this list runs the enrichment process on every added lead or not

Example:

false

owned_by
null | string<uuid>

User ID of the owner of this lead list. Defaults to the user that created the list

Example:

"01a082d0-332a-7b85-86b6-dfefd645df32"