Households
List all households
List all households (Clients and Prospects). Supports filtering by book id, household type, updated_since timestamp, email, and phone.
GET
List all households
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Query Parameters
Filter by book ID to scope to a specific book
Filter by household type
Available options:
client, prospect Filter households updated since this ISO8601 timestamp
Filter by exact email match after normalization
Filter by exact phone match (E.164 format)
Filter by person name (prefix/full-text match, not arbitrary substring)
Page number
Items per page (max 100)
Previous
Create a householdCreate a new household (Client or Prospect). Requires a `type` parameter to specify the household type. Client households require at least one contact method (email or phone). Client-only fields (tier, became_client_at) are silently ignored when creating a Prospect. Creating a household does not deduplicate or merge by email; search by exact email first if you need sync-style upsert behavior.
Next
List all households