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:

"019fef96-3cd3-78e1-90ba-feac162a9e13"

Response

The Lead List

A list used to store leads

id
string<uuid>
required
read-only

Unique identifier for the lead list

Example:

"019fef96-3cd3-78e1-90ba-feaa3c394ac8"

organization_id
string<uuid>
required
read-only

Organization ID that owns this lead list

Example:

"019fef96-3cd3-78e1-90ba-feab1cc3fd3b"

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-08-11T06:50:28.435Z"

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:

"019fef96-3cd3-78e1-90ba-feac162a9e13"