Creates a new prospect 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.
Prospect data. At least one person name field (first_name, last_name, or preferred_name) is required. Contact methods (email, phone) are optional. Provide either head_of_household (advanced) or flat person fields (simple).
The book ID
"abc123xyz"
Name of the household
"The Smith Family"
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"
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" }prospect 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 (null for Prospects)
"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"
}