Skip to main content
PATCH
Patch lead list

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

The ID of the item to update

Example:

"01a082d0-8419-7279-bf60-aeb07540807e"

Body

application/json
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"

name
string

Name of the lead list

Example:

"My Lead List"

Response

The updated 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"