API Versioning
NexSpace uses date-based API versioning via theNexSpace-Version header.
How It Works
Send theNexSpace-Version header with a date to pin your requests:
Discover Versions
Deprecation Policy
- 12-month deprecation window — deprecated versions include
DeprecationandSunsetheaders 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

