Leads
Pipeline-stage prospects with stages, priorities, estimated values, and follow-ups. Creating a lead fires lead.created.
https://api.mytabulon.com/v1
GET
/leadsleads.readList leads. Filters: stage, search.
POST
/leadsleads.writeCreate a lead. first_name (or a full name) is required.
{
"first_name": "Ada",
"last_name": "Lovelace",
"company_name": "Lovelace Ltd",
"stage": "new",
"priority": "high",
"estimated_value": 5000,
"expected_close_date": "2026-08-01"
}GET
/leads/{id}leads.readRetrieve one lead.
PATCH
/leads/{id}leads.writeUpdate lead fields including stage (new, contacted, qualified, proposal, won, lost).