API & Integration · API Versioning
What is API versioning strategies?
API versioning provides a controlled way to introduce incompatible contract changes while older clients continue using a supported version. Common approaches place the version in the URL, header, media type, or negotiated contract.