Changelog
A complete history of API changes, new features, and deprecations.
Stay up to date with the latest changes to the SuperSend API. We follow semantic versioning and announce breaking changes in advance.
Subscribe to Updates
January 2026
January 28, 2026 - Campaign Contact Lifecycle Metrics
Added contact_metrics to V2 campaign endpoints for tracking contact lifecycle status.
Affected Endpoints:
GET /v2/campaigns - List campaigns now includes contact_metrics for each campaignGET /v2/campaigns/:id - Get campaign now includes contact_metricsNew Fields:
{
"contact_metrics": {
"total": 150,
"not_started": 50,
"in_progress": 75,
"finished": 20,
"paused": 5
}
}Use Cases:
not_started to know how many contacts are queuedin_progress vs finished ratiospaused contacts awaiting actionJanuary 27, 2026 - V2 Bulk Contacts Endpoint
Added POST /v2/contacts/bulk for bulk importing contacts with V2 standardized responses.
Features:
curl -X POST 'https://api.supersend.io/v2/contacts/bulk' \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d 700 dark:text-green-400">'{"contacts": [...], "TeamId": "...", "CampaignId": "..."}'January 19, 2026 - V2 API General Availability
The V2 API is now generally available! This release brings significant improvements to consistency, error handling, and developer experience.
New Features:
has_more fieldBreaking Changes from V1:
// V2 Response Format
{
"success": true,
"data": { ... },
"request_id": "req_abc123"
}December 2025
December 12, 2025 - Email Analytics
email.clicked event includes link URLNovember 2025
November 28, 2025 - Campaign Improvements
November 15, 2025 - Sender Profiles
November 8, 2025 - Security Updates
October 2025
October 25, 2025 - V2 API Beta
The V2 API entered public beta with the following endpoints:
POST /v2/contactsGET /v2/contactsGET /v2/contacts/{id}PATCH /v2/contacts/{id}DELETE /v2/contacts/{id}October 18, 2025 - Bulk Operations
October 10, 2025 - Error Handling
docs_url field linking to relevant documentationAPI Versioning Policy
Supported Versions
| Version | Status | Sunset Date |
|---|---|---|
| V2 | Current | - |
| V1 | Deprecated | December 31, 2026 |
Breaking Changes
We consider the following to be breaking changes:
Non-Breaking Changes
The following are considered non-breaking and may be made without notice:
Deprecation Notices
V1 API Deprecation
The V1 API is deprecated and will be sunset on December 31, 2026. Please migrate to V2 before this date.
Timeline:
See the V1 to V2 Migration Guide for detailed migration instructions.