Skip to content

List contacts

GET
/v1/contacts
curl --request GET \
--url 'https://example.com/v1/contacts?limit=25' \
--header 'Authorization: Bearer <token>'

Cursor-paginated. Filter with email, updated_since or unsubscribed. Ordered for stable keyset paging — follow nextCursor to walk the whole list.

cursor
string
limit
integer format: int32
default: 25
email
string
updated_since
string format: date-time
unsubscribed
boolean

OK