API Reference
Interactive Swagger documentation for the GZ266-GΓΌl REST API.
API URL not configured.
Set the NEXT_PUBLIC_API_URL environment variable to your deployed API base URL to enable direct links to Swagger UI and the OpenAPI spec. For example:
NEXT_PUBLIC_API_URL=https://api.example.com
Once configured, Swagger UI will be available at <your-api-url>/api/docs and the OpenAPI JSON spec at <your-api-url>/api/docs-json.
Authentication in Swagger
Click "Authorize" and enter:
- Bearer token: your JWT
accessTokenfrom login. - X-Tenant-Id: your tenant ID (required for tenant-scoped endpoints).
For API key auth, use header X-Api-Key with your key and X-Tenant-Id.