API Reference
Manage your NetSendo instance programmatically.

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_KEYYou 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
| Method | Endpoint | Description |
|---|---|---|
| GET | /subscribers | List all subscribers |
| POST | /subscribers | Create a new subscriber |
| DELETE | /subscribers/:id | Delete a subscriber |
| GET | /webhooks | List configured webhooks (v1.0.20+) |

