# Versioning & Change Management

# API Versioning

  • The API uses versioned URLs (e.g., /v1.0/) to manage breaking changes.
  • New versions will be introduced for breaking changes; minor/patch updates are backward compatible.
  • Always specify the version in your API requests.

# Staying Up to Date

  • Major changes will be communicated via email and the documentation site.

# Deprecation Policy

  • Deprecated endpoints will be supported for at least 6 months after notice.
  • You will be notified before any breaking changes are enforced.

# Contact

  • For questions about versioning or upcoming changes, contact support@netomnia.com.