List mode (no id or email param): Returns a paginated list of objects with optional search, filtering, and sorting.
Single-object mode (with id or email): Returns a single object by ID or email lookup.
Your organization's API key (starts with sk_live_)
The object type slug. Use contacts for People, companies for Companies,
or the slug of a Custom Object (e.g., deals, tickets).
Singular forms (contact, company) are also accepted.
Fetch a single object by ID. When provided, returns one object instead of a list.
Fetch a contact by email (contacts only). When provided, returns one object.
Maximum records to return (list mode only). Default: 50, max: 200.
x <= 200Number of records to skip for pagination (list mode only).
Text search on name (and email for contacts).
Field to sort by. Default: created_at.
Sort direction. Default: desc.
asc, desc Filter by field value (case-insensitive partial match). Works with both system fields and custom fields.
Example: filter[industry]=Technology
Include all system fields in the response (single-object mode only).
Include the AI-generated summary (contacts and companies only, single-object mode).