Create Lead
Leads
Create Lead
Create or upsert one workspace-scoped person or company Lead.
POST
Create Lead
CLI:
Overview
Creates a Lead for the authenticated workspace. The endpoint accepts a person or company payload and uses strong identifiers to reuse an existing Lead when it can. Use this endpoint when an integration, import, or agent already has enough structured data to create a durable lead directly. For natural-language discovery, start with Start lead search instead.AI agent notes
Side effect: writes a
leads record and may reuse an existing Lead when the identity matches. It does not automatically add the Lead to a List; use a List membership endpoint for that.Identity: person and company Leads dedupe inside the effective user’s workspace. Send stable identifiers such as LinkedIn URL, company domain, email, or provider IDs when available.Response: returns { lead } for later List, enrichment, or campaign calls.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
Lead created or updated.
- Option 1
- Option 2