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
Get notified of API changes by watching our GitHub changelog or subscribing to our developer newsletter.
January 2026
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:
json
// 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
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.