Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 228 Bytes

File metadata and controls

8 lines (5 loc) · 228 Bytes

API Versioning

The API uses versioning in the URL path.

  • Current version: /api/v1/
  • Future versions: /api/v2/, /api/v3/, etc.

Recommendation: Always specify the version in your requests to ensure compatibility.