NetSendo Logo

API Reference

Manage your NetSendo instance programmatically.

NetSendo API Documentation

Full API Documentation

Full and always up-to-date API documentation can be found in your NetSendo installation at:

https://your-domain.com/docs/api#/

Authentication

All API requests must include the Authorization header with your API Key.

Authorization: Bearer YOUR_API_KEY

You can generate API Keys in Settings > API Keys.

List-Level Keys

You can also generate keys scoped to a specific list. This is useful for public forms or third-party integrations that should only access one list.

Endpoints

Base URL: http://your-instance.com/api/v1

MethodEndpointDescription
GET/subscribersList all subscribers
POST/subscribersCreate a new subscriber
DELETE/subscribers/:idDelete a subscriber
GET/webhooksList configured webhooks (v1.0.20+)