latestOpenAPI 3.1.02026-08-13356696.3 KB

f499ec011b17

List Accounts

List CRM accounts available to the API key's organization.

Requires the Export permission (read scope). Results use cursor-based pagination.

get/v1/accounts

Query parameters

namestring nullable

Filter by account name (case-insensitive partial match)

Filter by account name (case-insensitive partial match)

websitestring nullable

Filter by website URL (case-insensitive partial match)

Filter by website URL (case-insensitive partial match)

ownerstring nullable

Filter by owner name or email (case-insensitive partial match)

Filter by owner name or email (case-insensitive partial match)

createdBeforestring nullable

Upper bound for created date (ISO 8601, e.g. 2025-06-30T00:00:00Z)

Upper bound for created date (ISO 8601, e.g. 2025-06-30T00:00:00Z)

createdAfterstring nullable

Lower bound for created date (ISO 8601)

Lower bound for created date (ISO 8601)

lastActivityBeforestring nullable

Upper bound for last activity date (ISO 8601)

Upper bound for last activity date (ISO 8601)

lastActivityAfterstring nullable

Lower bound for last activity date (ISO 8601)

Lower bound for last activity date (ISO 8601)

limitinteger

Maximum number of results per page (1-50)

Maximum number of results per page (1-50)

cursorstring nullable

Opaque pagination cursor from a previous response

Opaque pagination cursor from a previous response

Response

Successful Response