Senda
Senda
Senda
API Documentation v1

Build with Senda's API

A powerful REST API to manage campaigns, subscribers, lists, and more. Secure, simple, and built for developers.

Quick Start

Get up and running in minutes. Authenticate, make your first request, and start building.

Step 1

Create Account

Sign up for free at cloud.senda.co.tz — no credit card needed.

Step 2

Get API Token

Generate your API token from Account Settings in the dashboard.

Step 3

Make Your First Call

Authenticate and start managing your email marketing via API.

Authentication

authenticate.sh
# Authenticate via header
curl -H "Authorization: Bearer YOUR_TOKEN" \
https://cloud.senda.co.tz/api/v1/lists
 
# Or via query parameter
curl https://cloud.senda.co.tz/api/v1/lists?api_token=YOUR_TOKEN

Response Format

response.json
// All responses return JSON
{
"status": 1,
"message": "Success",
"data": { ... }
}

API Modules

9 modules covering everything from campaigns and subscribers to files and notifications.

Sending Server

Manage and retrieve your sending server configurations.

Customers

Create, update, and manage customer accounts, assign plans, and handle subscriptions.

Subscriptions

List, view, and cancel customer subscriptions across all plans.

Authentication

Login and register customers with secure API token authentication.

Lists

Full CRUD operations for contact lists — create, read, update, and delete.

Campaigns

Create, launch, pause, resume, and track email campaigns with detailed stats.

Subscribers

Add, import, export, search, tag, and segment subscribers across your lists.

Notifications

Process bounce notifications and feedback loop complaints automatically.

File Upload

Upload images and assets from URLs to your media library.

Security

Built with security in mind

Your API tokens are protected with industry-standard practices. All requests are served over HTTPS, and tokens can be rotated instantly from your dashboard.

All API traffic encrypted via HTTPS
Bearer token authentication on every request
Rotate or revoke tokens instantly
Token-scoped access per customer
API Token
Active
Bearer Token
sk_••••••••••••••••a7f3
HTTPS
Encrypted
Rotation
Instant

Start building with Senda's API

Get your API key and start integrating in minutes. Free tier available — no credit card required.