Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

newsletter_id
string

The newsletter ID

limit
integer<int64>

How many contacts per page to return. Default is 100.

page
integer<int64>

The current page. Default is 1.

email
string

Used to search by email. The search is case-insensitive.

subscribed
boolean

Used to filter by subscription status.

Response

Contact response

data
object[]
total
integer
page
integer
offset
integer