Contact Endpoint
Get Contacts
Learn how to retrieve a list of contacts from your newsletter using the Notocat API. This guide covers the GET /contacts endpoint, allowing you to access and manage your subscriber data efficiently.
GET
/
contacts
Authorizations
Authorization
string
headerrequiredBearer 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
Was this page helpful?