API Changelog
Notable changes to the Angage Marketplace API
Overview
This page tracks notable changes to the public
/api/v1 contract. Breaking changes,
new endpoints, and significant behavior changes are noted here.
2026-04-05
- Retired the
/api/store/v1duplicate API surface — use/api/v1instead. All endpoints were identical duplicates.
2026-04-02
- Added
/api/v1/collectionsand/api/v1/collections/{slug}endpoints for curated collection browsing.
2026-03-31
- Capped the
per_pagepagination parameter at 100 on/api/v1/extensionsand/api/v1/tenant/extensions. - Moved
/api/v1/extensions/{slug}/statusbehind theplatform.authmiddleware (was previously public). - Moved
POST /api/v1/extensions/{slug}/reviewsbehind theplatform.authmiddleware.
Versioning Policy
The API is versioned at /api/v1.
Breaking changes will be introduced in a new version (for example,
/api/v2) rather than modifying the
existing contract. Non-breaking additions may be made to the current version.