Changelog
Last updated
Was this helpful?
The PeakCommerce Agent API is versioned so your integrations stay stable as the platform evolves. The current version is v1, served under /api/v1.
Additive, backward-compatible changes ship continuously within v1 — new endpoints, new optional request fields, new response fields, new event types, and new nextActions. These never require a change on your side.
Breaking changes would be introduced under a new version path (for example a future /api/v2), not applied to v1 in place, so existing integrations keep working.
Rather than reading a static list, query the live shape of the API:
GET /api/v1/manifest returns the capabilities your tenant currently exposes, including capabilities.eventTypes — the complete, live list of webhook events.
The API Reference and the OpenAPI spec always reflect the current contract.
Because v1 changes are additive, integrations that ignore unknown fields, avoid hard-coded enum lists, and follow nextActions rather than constructing URLs by hand absorb new capabilities automatically — no code change needed when the API grows.
Last updated
Was this helpful?
Was this helpful?
