Get Account
Retrieve a specific account by ID
Note: The /clients path is an alias for /accounts and will continue to work until users are individually notified and migrated.
Authentication
x-api-keystring
API Key authentication via header
Path parameters
accountId
Account identifier
Query parameters
include_virtual_properties
Whether to include virtual properties in the response. Defaults to false unless explicitly set to true.
include_contacts
Whether to include associated contacts in the response. Defaults to false unless explicitly set to true.
include_archived
Whether to include archived (inactive) records in the response. By default only active records are returned.
Response
Account details
id
Unique identifier
createdAt
Creation timestamp
updatedAt
Last update timestamp
title
Record title/name
description
Record description
address
Record location/address
isActive
Whether the record is active
primaryEmail
Primary contact email
primaryPhone
Primary contact phone
number
Record number (e.g., 1234)
custom
Custom fields
accountType
Type of account (residential or commercial)
Allowed values:
contacts
Errors
401
Unauthorized Error
404
Not Found Error
