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.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The newsletter ID
How many contacts per page to return. Default is 100.
The current page. Default is 1.
Used to search by email. The search is case-insensitive.
Used to filter by subscription status.
Contact response
The response is of type object
.