Skip to main content
Return a page of the project’s contacts. Filter by subscription state, search by email or name, and page forward with the cursor. 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, 1100 (default 25).

Request

Response

Returns 200 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