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/v1 duplicate API surface — use /api/v1 instead. All endpoints were identical duplicates.

2026-04-02

  • Added /api/v1/collections and /api/v1/collections/{slug} endpoints for curated collection browsing.

2026-03-31

  • Capped the per_page pagination parameter at 100 on /api/v1/extensions and /api/v1/tenant/extensions.
  • Moved /api/v1/extensions/{slug}/status behind the platform.auth middleware (was previously public).
  • Moved POST /api/v1/extensions/{slug}/reviews behind the platform.auth middleware.

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.