Developers ยท Changelog
API Changelog
Version history, new endpoints, and deprecation notices for the MintCarb REST API.
v1.4.0FeatureJun 2026
- +Added GET /v1/markets/india, /singapore, /global โ geography-specific price endpoints
- +Added GET /v1/markets/price-index โ MCPI daily assessed benchmark
- +Added POST /v1/calc/cbam โ CBAM tariff estimation with embedded emissions
- +Added GET /v1/anomalies โ emission anomaly detection (z-score, gap, YoY)
v1.3.0FeatureMay 2026
- +Added POST /v1/carboniq/chat โ AI-powered carbon queries (Groq LLaMA 70B)
- +Added GET /v1/carboniq/predictions โ 1/3/6 month emission forecasts
- +Added POST /v1/carboniq/insights โ AI module-specific insights
- +Added GET /v1/carbonsense/forecast โ linear regression forecast with CI bands
v1.2.0FeatureApr 2026
- +Added POST /v1/carbonsense/import โ bulk CSV emission record import
- +Added GET /v1/audit/log โ tenant-scoped immutable audit trail
- +Added GET /v1/carbonverify/* โ verification request and certificate endpoints
- +Added GET/PATCH /v1/users/me/notification-preferences
v1.1.0FeatureMar 2026
- +Added POST /v1/announcements/active โ platform announcements for tenants
- +Added GET /v1/admin/monitoring โ platform health and growth monitoring (super_admin only)
- +Added GET /v1/carbonsense/anomalies โ anomaly detection endpoint
- +Emission records now include scope field in all list responses
v1.0.0LaunchJan 2026
- +Initial public API release
- +Auth: POST /v1/auth/register, /login, /refresh, /logout, /me
- +CarbonSense: emission records CRUD, facilities, GHG engine, KPIs, trend
- +CarbonComply: frameworks, CCTS, credits, CBAM declarations, deadlines
- +All responses use standard envelope: { success, data, error, meta }