Changelog
All notable changes to the Moss API will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[1.15.0] - 2026-04-08
Added
- Endpoints for:
- Finding expense files
- Downloading expense files
[1.14.1] - 2026-04-02
Fixed
- Specification is updated to expose consistent field names
[1.14.0] - 2026-04-01
Added
- Ability to filter expenses by update timestamp
[1.13.0] - 2026-03-31
Added
- Endpoints for:
- updating dimensions and dimension items
[1.12.1] - 2026-03-31
Fixed
- Specification is updated to expose consistent field names
[1.12.0] - 2026-03-25
Added
- Endpoints for:
- updating a supplier
[1.11.0] - 2026-03-17
Changed
- The endpoint for retrieving expenses now provides cost center and cost carrier information in dimensions list under dimension UUIDs 00000000-0000-0000-0000-000000000001 and 00000000-0000-0000-0000-000000000002 respectively.
- costCenterId and costCarrierId fields on expense lines are now deprecated in the response of the endpoint for retrieving expenses
[1.10.2] - 2026-03-17
Fixed
- Improved reimbursement invoice expense presentation structure
[1.10.1] - 2026-03-17
Fixed
- HTTP 405, 406 and 415 errors now return the correct status code and standard error response format instead of a generic 500 Internal Server Error
[1.10.0] - 2026-03-17
Changed
- The endpoint for retrieving expenses now includes export timestamps (
firstExportTimeandlastExportTime) in theexportMetadataobject
[1.9.0] - 2026-03-13
Added
- Endpoints for:
- creating a supplier
Changed
- The endpoint for retrieving suppliers:
- includes more data on default accounting attributes, bank account and address details
- provides
idattribute in the response in place ofsupplierId(the latter is still provided but is considered now deprecated) - provides
nameattribute in the response in place ofsupplierName(the latter is still provided but is considered now deprecated) - provides
numberattribute in the response in place ofsupplierNumber(the latter is still provided but is considered now deprecated)
[1.8.0] - 2026-03-11
Deprecated
- Deprecated endpoints for:
- updating a dimension (now returns HTTP 410 Gone)
- updating a dimension item (now returns HTTP 410 Gone)
The replacements will be provided in the next releases.
[1.7.3] - 2026-02-26
Fixed
- More comprehensive documentation on error codes for create/update dimension and dimension item endpoints
[1.7.2] - 2026-02-25
Added
- Type filter for tax rates endpoint
[1.7.1] - 2026-02-25
Fixed
- More comprehensive documentation on error codes for endpoints
[1.7.0] - 2026-02-23
Added
- Rate limiting for all endpoints including HTTP headers with the detailed information on current quotas and reset time
[1.6.0] - 2026-02-20
Added
- Endpoints for:
- retrieving payment terms
[1.5.0] - 2026-02-19
Added
- Endpoints for:
- creating a dimension item
- updating a dimension item
[1.4.0] - 2026-02-18
Added
- Endpoints for:
- creating a dimension
- updating a dimension
- Status field for dimensions
Changed
- The endpoint retrieving dimensions now includes deleted dimensions
[1.3.0] - 2026-02-17
Added
- Endpoints for:
- retrieving departments
[1.2.0] - 2026-02-17
Added
- Endpoints for:
- retrieving teams
[1.1.0] - 2026-02-16
Changed
- Improved handling for expense lines including
REIMBURSEMENT_INVOICE_LINE_SPLIT,CARD_TRANSACTION_LINE,FX_FEE, andINVOICE_LINEtypes
[1.0.0] - 2026-02-09
Added
- Initial public release of the API
- Endpoints for:
- retrieving expenses
- retrieving expense accounts
- retrieving dimensions
- retrieving dimension items
- retrieving suppliers
- retrieving tax rates
- retrieving users
- Authentication via Bearer tokens
- Request and response format conventions