Creates a new client household with head of household information
OAuth 2.0 Bearer Token from Clerk authentication
Unique key to ensure idempotent request handling. If a request with the same key was already processed, the original response will be returned.
Client data. Provide either head_of_household (advanced) or flat person fields (simple).
The book ID
"abc123xyz"
Name of the household
"The Smith Family"
Client tier label (e.g., "A-tier", "B-tier", etc.)
"B-tier"
When the household became a client
"2024-01-01T00:00:00Z"
Simple format: Head of household first name
"John"
Simple format: Head of household last name
"Doe"
Simple format: Preferred name
"Johnny"
Simple format: Primary email address
"john.doe@example.com"
Simple format: Primary phone number
"5555551234"
Simple format: Date of birth (YYYY-MM-DD)
"1990-01-15"
Simple format: Job title
"Software Engineer"
Simple format: Social security number for head of household
"123-45-6789"
Simple format: Driver's license number for head of household
"DL-1234567890"
Advanced format: Full person schema with nested contacts. Takes priority over flat fields if provided.
Household custom field values as key-value pairs
{ "lead_source": "Referral" }client created
The ID of the household
"abc123xyz"
The type of household
Client, Prospect "Client"
The name of the household
"The Smith Family"
The ID of the book this household belongs to
"book123xyz"
The people in this household
The tier label for this household (null for Prospects)
"Platinum"
When this household became a client
"2024-01-01T00:00:00Z"
URL to the household profile picture
"https://api.example.com/v1/households/abc123xyz/avatar"
Custom field values as key-value pairs
{
"pageport_lead_source": "Landing Page",
"industry": "Technology"
}