API Reference
The NexSpace API is a REST API that follows standard HTTP conventions. Base URL:https://api.nexspace365.com
Authentication
All requests require aBearer token in the Authorization header:
Content Type
Request and response bodies use JSON:Versioning
Pin requests with theNexSpace-Version header:
Common Parameters
OpenAPI Specification
The full OpenAPI 3.1 specification is available at:- JSON: /api/openapi.json
- YAML: /api/openapi.yaml
Try It
Each endpoint page below has an interactive Try It panel (Mintlify API playground).- Bring your own key — mint a key in the NexSpace app under Settings → API Keys. Paste it into the playground’s authorization field (
Bearer nex_live_…,nex_test_…, ornex_pat_…). - Sandbox — there is no separate Try-it base URL. Use
https://api.nexspace365.comwith anex_test_…key; traffic is row-isolated per Sandbox. - No shared demo key — we do not publish a fixed API key in docs. Optional
/api/test/*routes are intentionally omitted so acceptance criteria stay “your key, your tenant.”

