Skip to main content
PATCH
Update a lead

Authorizations

Authorization
string
header
required

Your API key, created in the Leadey dashboard under Settings → API Keys. Send it as Authorization: Bearer leadey_sk_live_….

Path Parameters

id
string
required

The lead id.

Body

application/json
name
string | null

The person's full name.

title
string | null

Job title.

company
string | null

Company name.

email
string | null

Work email address.

phone
string | null

Phone number in E.164 format.

linkedinUrl
string | null

Their LinkedIn profile URL.

customFields
object

Custom field values, keyed by field key. Get the keys from the Cockpit, under Settings.

Response

The updated lead.

data
object
required