Skip to main content
PATCH
Update a lead

Authorizations

Authorization
string
header
required

A ManyPI API key (mpi_...) from Settings → API keys, or an OAuth 2.1 access token obtained through the MCP consent flow.

Path Parameters

id
string<uuid>
required

Body

application/json
field
string

A core field (company, full_name, title, email, phone, domain, linkedin_url, location, source_url) or a custom column key.

Maximum string length: 64
value
string | null

Empty string or null clears the field.

Maximum string length: 2000
status
enum<string>
Available options:
new,
qualified,
contacted,
disqualified
score
integer | null
Required range: 0 <= x <= 100
archived
boolean

Response

The updated lead.

lead
object