Skip to main content

API Versioning

NexSpace uses date-based API versioning via the NexSpace-Version header.

How It Works

Send the NexSpace-Version header with a date to pin your requests:
When omitted, the latest version is assumed.

Discover Versions

Returns all supported versions:

Deprecation Policy

  • 12-month deprecation window — deprecated versions include Deprecation and Sunset headers in responses
  • Sunset versions return 410 Gone — migrate before the sunset date
  • Breaking changes only ship in new version dates
  • Non-breaking additions (new fields, new endpoints) are added to all active versions

Response Headers