accounts
List Account Exclusions
List the account-level exclusions in the workspace.
Requires the account_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
Changes
No recorded changes to this endpoint across all 13 revisions of this API.