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:

"01a0046c-0386-7f00-9348-633801c5ba25"

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:

"01a0046b-aef3-7952-86c2-7ffea5e53d11"

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:

"01a0046b-aef3-7952-86c2-7ffc349e64ce"

organization_id
string<uuid>
required
read-only

Organization ID that owns this lead list

Example:

"01a0046b-aef3-7952-86c2-7ffd99c35f18"

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-15T07:56:01.139Z"

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:

"01a0046b-aef3-7952-86c2-7ffea5e53d11"