Update a lead.
PATCH/api/v1/leads/:id
Partial update. custom_fields is merged, not replaced (send null for a key to delete it). For additive/destructive tag edits use POST /v1/leads/:id/tags.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Updated lead
Missing or invalid parameters
Invalid or missing API key
API key lacks the required scope for this endpoint
Resource not found or belongs to another account