Skip to main content
GET
Get Account

Authorizations

Authorization
string
header
required

Bearer API key issued from Settings → Developers.

Path Parameters

account_id
string<uuid>
required

ID of the account.

Response

200 - application/json

Successful Response

id
string<uuid>
required

Unique identifier of the account.

first_seen_at
string<date-time>
required

When this account was first associated with the organization.

last_seen_at
string<date-time>
required

When this account was last touched in the organization.

name
string | null

Company name.

domain
string | null

Primary company domain.

owner_user_id
string<uuid> | null

User who owns this account, if any.

owner
PublicUserSummary · object | null

Summary of the user who owns this account.