Skip to main content
GET
Get a customer

Authorizations

X-API-Key
string
header
required

Team-scoped API key created in the app (Settings → API Keys). Sent as X-API-Key: <key> on every request.

Path Parameters

id
string<uuid>
required

Resource UUID.

Response

Customer detail

id
string<uuid>
required
Example:

"c0ffee00-0000-4000-8000-000000000001"

name
string
required
Example:

"Acme Co"

parent_id
string<uuid> | null

Parent account (account family), if this is a child property.

parent_name
string | null

Parent account name.

domain
string
Example:

"acme.com"

industry
string
Example:

"Hospitality"

employee_count
integer
Example:

250

arr
number | null

Annualized recurring revenue: SUM of won-deal annual_value (team currency).

Example:

48000

currency
string
Example:

"USD"

is_active_customer
boolean
Example:

true

churn_state
enum<string>
Available options:
active,
at_risk,
churned
Example:

"active"

insight_count
integer
Example:

23

last_seen
string<date-time>
Example:

"2026-06-10T09:00:00Z"