Authentication
All API requests require a bearer token in theAuthorization header:
Response Format
All responses use a consistent envelope:Common Operations
List Leads
Fetch leads with optional filtering and pagination:| Parameter | Type | Description |
|---|---|---|
filter | object | Filter criteria (JSON encoded) |
include | string[] | Related data to include |
fields | string[] | Specific fields to return |
cursor | string | Pagination cursor |
pageSize | number | Results per page (default: 20) |