List currently-blocked contacts
Contacts
List currently-blocked contacts
Return the contacts that are currently blocked for the tenant, ordered by when each was blocked (most recent first) and paginated with an opaque keyset cursor. Each row includes the contact’s identity fields plus blocked_at, blocked_by_user_id and blocked_reason. Use it to render a block-list management screen; unblock a row with POST /api/v1/contacts/{id}/unblock.
GET
List currently-blocked contacts
Authorizations
Dashboard JWT token from Clerk
Query Parameters
Page size (default 20, max 100).
Required range:
1 <= x <= 100Opaque cursor returned as meta.pagination.cursor by the previous page.