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
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
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.
Was this page helpful?