GET
/
contacts

Authorizations

Authorization
string
headerrequired

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

Query Parameters

newsletter_id
string

The newsletter ID

limit
integer

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

page
integer

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

200 - application/json
data
object[]
total
integer
page
integer
offset
integer