Skip to main content
PATCH
Update a Discover lead

Authorizations

Authorization
string
header
required

OAuth 2.1 authorization code + PKCE (S256). Tokens are tenant-bound (company_id) and scoped. Discover endpoints via /.well-known/oauth-authorization-server.

Path Parameters

id
string
required

The id.

Body

application/json

Advance a Discover lead through the CRM pipeline. The agency companyId is bound to the token tenant and is NOT a client input.

status
enum<string>
required

The new CRM pipeline status for the lead.

Available options:
new,
contacted,
call_booked,
proposal_sent,
won,
lost,
unqualified,
nurture
note
string

Optional note recorded with the status change (trimmed and truncated to 500 chars).

Maximum string length: 500

Response

The lead's previous and new status.

data
object
required