v3

OpenAPI 3.1.02026-07-2759128137.8 KB
accounts

List Account Exclusions

List the account-level exclusions in the workspace.

Requires the exclusions:read scope on the API key.

get/v1/account-exclusions

Query parameters

pageinteger

Page number.

Page number.

sizeinteger

Number of items per page.

Number of items per page.

sort_by'created_at' | 'updated_at' | 'domain' | 'reason'

Field to sort by.

sort_order'asc' | 'desc'

Sort direction.

domainstring nullable

Filter by excluded domain (exact match).

Filter by excluded domain (exact match).

reason'BAD_TIMING' | 'BOUNCED' | 'COMPETITOR' | 'CONTACT_REFUSED' | 'INTERESTED' | 'MEETING' | 'OTHER' | 'OUT_OF_OFFICE' | 'UNKNOWN' | 'UNSUBSCRIBED' | 'WRONG_PERSON' | 'EXCLUDE_FROM_SEARCH' | 'EXCLUDE_FROM_CRM' | 'REFERRAL' | 'LEFT_COMPANY'

Filter by reason.

created_at_beforestring date-time nullable

Return exclusions created strictly before this timestamp.

Return exclusions created strictly before this timestamp.

created_at_afterstring date-time nullable

Return exclusions created strictly after this timestamp.

Return exclusions created strictly after this timestamp.

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.