API reference

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.read

List leads. Filters: stage, search.

POST/leadsleads.write

Create a lead. first_name (or a full name) is required.

request
{
  "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.read

Retrieve one lead.

PATCH/leads/{id}leads.write

Update lead fields including stage (new, contacted, qualified, proposal, won, lost).