contacts
List Contact Exclusions
List the contact-level exclusions in the workspace.
Requires the contact_exclusions:read scope on the API key.
get/v1/contact-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' | 'email' | 'reason'
Field to sort by.
sort_order'asc' | 'desc'
Sort direction.
emailstring nullable
Filter by excluded email (exact match).
Filter by excluded email (exact match).
linkedin_urlstring nullable
Filter by excluded LinkedIn URL (exact match).
Filter by excluded LinkedIn URL (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.