Guide
Quick Start
Make your first authenticated request
- 1Run the API with documentation enabled (
API_DOCS_ENABLEDunset in development, ortrueexplicitly). - 2Open this docs portal (default
http://localhost:3001). - 3Copy an example from any reference page.
- 4Replace placeholders such as
YOUR_ORGANIZATION_IDwith your tenant values. - 5Send the request to your API base URL (default
http://localhost:4000).
The OpenAPI document is available at GET /api/docs-json whenever docs are enabled.