Skip to main content
GET
Retrieve an account
Requires accounts:read. Pass the registrable business domain, such as acme.example, not a full URL or email address. URL-encode the value before constructing the request path.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Path Parameters

domain
string
required

Registrable account domain, such as acme.example.

Response

Successful Response

id
string
required

Stable Hobbes account UUID.

Example:

"0190a0d8-27f1-77f2-a1aa-f84230d50720"

accountDomain
string | null

Registrable business email domain.

Example:

"acme.example"

companyName
string | null

Resolved company name.

Example:

"Acme"

totalUsers
integer | null

Known people associated with this account.

Example:

4

totalSessions
integer | null

Sessions associated with this account.

Example:

7

bookedSessions
integer | null

Sessions that produced a booking.

Example:

2

highIntentUsers
integer | null

People with high detected buying intent.

Example:

2

qualifiedUsers
integer | null

People whose latest qualification status is qualified.

Example:

3

totalTimeSpentSeconds
integer | null

Combined session time in seconds.

Example:

4210

lastSeenAt
string<date-time> | null

Most recent associated session time.

Example:

"2026-07-10T18:42:16Z"

summaryMarkdown
string | null

Markdown account summary across people and sessions.

Example:

"Acme has an active multi-stakeholder technical evaluation."