Households
Get a household
Retrieve a household (Client or Prospect) by ID
GET
Get a household
Authorizations
OAuth 2.0 Bearer Token from Clerk authentication
Path Parameters
The household ID
Response
successful
The ID of the household
Example:
"abc123xyz"
The type of household
Available options:
Client, Prospect Example:
"Client"
The name of the household
Example:
"The Smith Family"
The ID of the book this household belongs to
Example:
"book123xyz"
The people in this household
The tier label for this household (null for Prospects)
Example:
"Platinum"
When this household became a client (null for Prospects)
Example:
"2024-01-01T00:00:00Z"
URL to the household profile picture
Example:
"https://api.example.com/v1/households/abc123xyz/avatar"
Custom field values as key-value pairs
Example:
{
"pageport_lead_source": "Landing Page",
"industry": "Technology"
}Previous
Update a householdUpdate a household's name, tier, or became_client_at. Client-only fields (tier, became_client_at) are silently ignored when updating a Prospect.
Next
Get a household