Base path
/api/v1/app
Authorization
Developer JWT + API key on every request. See Authorization.Operations and monitoring
| Endpoint | Purpose |
|---|---|
GET /api/v1/app | Service root |
GET /api/v1/app/metrics | Prometheus scrape target |
Module overview
| Module | What it does |
|---|---|
| Notifications | Send and list in-app notifications; engagement templates |
| File Management | Upload, download, and delete organization-scoped files |
| Documents | Generate payslips, invoices, financial PDFs, and exports |
| Document Jobs | Queue long-running generation with status polling |
Typical integration flow
- Complete the upstream action (e.g. payroll run, invoice creation)
- Call a Documents endpoint to generate a PDF or spreadsheet artifact
- Store or deliver the returned URL to your end users
Utils product guide
Modules and integration patterns.