🔢 API Versioning Language

Master vocabulary for API versioning strategies: URL vs header versioning, stability labels, SemVer conventions, LTS mode, and breaking change identification. Intermediate

0 / 5 completed
1 / 5

An API team debates between two versioning approaches:

  • URL versioning: GET /v2/users
  • Header versioning: GET /users with API-Version: 2 header

Which approach is generally favoured for public APIs, and why?