Changelog
2026-04-28 — v1.0 launching
The first stable release of the locco partner API. Every surface is wired,
typed, and covered by the OpenAPI snapshot at
/api-reference/:
- Travel entries — full CRUD plus the workflow transitions (submit, approve, reject, cancel, request-changes), with atomic creates that accept nested expenses, per-diems, cost-center allocations, and attachments in a single call.
- Attachments — direct upload to a travel entry via
POST /api/v1/travel-entries/{id}/attachments. Multipart, up to 5 files per request. - Webhooks — subscription registration with one-time signing-secret exposure, delivery history per subscription, and retry endpoint for failed or exhausted deliveries.
- Payouts — list ready-for-payout entries, create batches, list history, delete a batch.
- Employees, Departments, Vehicles, Cost centers — CRUD + list, with custom-field values on employees.
- Reference — Croatian municipalities, HNB exchange rates, per-diem rate table, the company’s enabled-country and enabled-currency allow-lists.
- Company — profile read.
Enum values for Status, TravelType, PayoutMethod, and the rest are
documented in the OpenAPI schema as enum: [...] allow-lists, so
generated clients pin against the canonical strings ("PendingApproval",
"BankTransfer", etc.) rather than opaque values.