Query Parameters
- status (optional): Filter by lead status (
open,win, orlost) - updated_after (optional): ISO 8601 date string. Returns leads updated after this date
- sort (optional): Sort order (
updated_at:descorupdated_at:asc, default:updated_at:desc) - limit (optional): Number of leads to return (1-100, default: 100)
Example Usage
Get all open leads
Poll for recently updated leads (Zapier trigger)
Response Fields
Each lead object contains comprehensive tracking data including:- Basic Info:
id,name,email,phone,status,value,currency,note - Attribution:
gclid,fbc,fbp,ga4cid,ga4sid,li_fat_id,msclkid - UTM Parameters:
utm_source,utm_medium,utm_campaign - Context:
website,path,conversionName - Timestamps:
createdAt,updatedAt,qualifiedAt - Custom Data:
custom(JSON string)
Authorizations
API key for authentication
Query Parameters
Filter by lead status
open, win, lost ISO 8601 date string. Returns leads updated after this date
"2024-01-15T10:30:00Z"
Sort order
updated_at:desc, updated_at:asc Number of leads to return
1 <= x <= 100Response
List of leads
Unique lead identifier
"lead_123"
Lead name
"John Doe"
Lead email
"john@example.com"
Lead phone number
"+1234567890"
Lead status
open, win, lost "open"
Lead value
5000
Currency code
"USD"
Notes about the lead
"Interested in premium plan"
Conversion source name
"Contact Form"
Google Click ID
"abc123"
Facebook Click ID
"fb.1.123456789"
Facebook Browser ID
"fb.1.987654321"
Google Analytics 4 Client ID
"ga4_client_id"
Google Analytics 4 Session ID
"ga4_session_id"
LinkedIn First-Party Ad Tracking ID
"linkedin_id"
Microsoft Click ID
"microsoft_click_id"
UTM source parameter
"google"
UTM medium parameter
"cpc"
UTM campaign parameter
"summer_sale"
Referrer website
"https://example.com"
Page path where lead was captured
"/pricing"
Custom JSON string for additional data
"{\"custom_field\": \"value\"}"
Lead creation timestamp
"2024-01-15T10:30:00Z"
Lead last update timestamp
"2024-01-16T14:20:00Z"
Lead qualification timestamp
"2024-01-15T11:00:00Z"