Skip to main content
GET
List currently-blocked contacts

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

limit
integer

Page size (default 20, max 100).

Required range: 1 <= x <= 100
cursor
string

Opaque cursor returned as meta.pagination.cursor by the previous page.

Response

200 - application/json

One page of currently-blocked contacts, wrapped in the standard paginated { data, meta } envelope.

data
object[]
meta
object