Skip to content

List contacts (paginated)

GET/v1/contacts

Returns non-blocked contacts in the workspace (`is_blocked = false`), ordered by `created_at` descending. Blocked contacts are excluded from the list but can still be retrieved by identifier via `GET /v1/contacts/{identifier}`. Empty workspace returns `200` with `data: []` and `meta.total: 0`. Private upstream path: `/v1/contacts`.

Query Parameters

pageinteger
Example:1
per_pageinteger
Example:25