GET /v1/contacts
Query parameters
boolean
Filter by subscription state. Omit to return both.
string
Search term matched against email and name.
string
Opaque pagination cursor from a previous response’s
nextCursor.integer
Page size,
1–100 (default 25).Request
Response
Returns200 OK with a page under data. When nextCursor is non-null, pass it as cursor to fetch the next page. The SDK’s paginate() iterator does this for you.
200 OK
