Glossary

API Versioning

API versioning is an approach to managing changes in an API that allows it to be updated without breaking existing clients. APIs change over time, but clients using an older version must keep working.

Strategies

Breaking change rules

Deprecation

Maintain the old version for at least 6–12 months after announcing deprecation. Notify clients via the Sunset header and documentation.