v3

OpenAPI 3.1.02026-07-2759128137.8 KB
accounts

Get Account

Fetch a single account attached to the authenticated organization.

Requires the accounts:read scope on the API key.

get/v1/accounts/{account_id}

Path parameters

account_idstring uuid required

ID of the account.

Response

Successful Response

idstring uuid required

Unique identifier of the account.

namestring nullable

Company name.

domainstring nullable

Primary company domain.

owner_user_idstring uuid nullable

User who owns this account, if any.

first_seen_atstring date-time required

When this account was first associated with the organization.

last_seen_atstring date-time required

When this account was last touched in the organization.