Introduction
Welcome to the Nashra API documentation. This documentation provides all the information you need to get up and running with our API for newsletter subscription management.
Overview
The Nashra API allows you to manage newsletter subscribers and custom fields programmatically. You can use our API to:
-
List, create, update, and delete subscribers
-
Manage custom fields for subscriber data
-
Integrate newsletter management into your applications
All API requests require authentication and are made to endpoints beginning with /api.
Authentication
All API requests must be authenticated using Bearer token authentication. See the Authentication section for details.
Resources
The Nashra API provides access to the following resources:
Subscribers
Subscribers are individuals who have signed up to receive your newsletter. You can manage subscribers through the API by creating, listing, updating, and deleting them. Subscribers can have tags, notes, and custom field values stored as extra attributes.
See the Subscribers section for details.
Custom Fields
Custom fields allow you to collect and store additional information about your subscribers beyond the standard email address. Custom fields can be of different types (text, number, date, boolean) and can be required or optional.
See the Fields section for details.
For a complete list of available endpoints, refer to the Endpoints section.
Last updated 2 days ago