accounts

List Accounts

List accounts attached to the authenticated organization.

Requires the accounts:read scope on the API key.

get/v1/accounts

Query parameters

pageinteger

Page number.

Page number.

sizeinteger

Number of items per page.

Number of items per page.

sort_bystring nullable

Field to sort by.

Field to sort by.

sort_order'asc' | 'desc'

Sort direction.

domainstring nullable

Filter by primary company domain (case-insensitive exact match).

Filter by primary company domain (case-insensitive exact match).

namestring nullable

Filter by company name (case-insensitive substring match).

Filter by company name (case-insensitive substring match).

Response

Successful Response

total_countinteger required

Total number of records matching the query.

total_pagesinteger required

Total number of pages.

has_moreboolean required

Whether more pages remain after the current one.

Changes

Changed in 2 of the 12 revisions of this API.3

    • added the new optional query request parameter domain

      new-optional-request-parameter

    • added the new optional query request parameter name

      new-optional-request-parameter

    • added the optional property items/items/owner to the response with the 200 status

      response-optional-property-added