For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact UsDashboard
DocumentationAPI ReferenceChangelog
DocumentationAPI ReferenceChangelog
LogoLogo
Contact UsDashboard

Changelog

November 24, 2025
November 24, 2025
Was this page helpful?
Previous
Built with

Release: V1.0.0

Changelog

In this release we’ve added endpoints to ease integration with ottimate.

What’s new?

Accounting Vendors Management

New endpoints for managing accounting vendors:

  • Get Vendors

    • GET /vendors - Retrieve paginated list of Accounting Vendors
  • Get Vendor Details

    • GET /vendors/:id - Get details of a specific Accounting Vendor by ID
  • Create Vendors

    • POST /vendors/ - Create a single Accounting Vendor
    • POST /vendors/bulk-create/ - Create or update multiple Accounting Vendors in bulk

Dimension Management

New endpoints for managing dimensions:

  • Get Dimensions

    • GET /dimensions - Retrieve paginated list of Dimensions
  • Get Dimension Details

    • GET /dimensions/:id - Get details of a specific Dimension by ID

Invoice Management

New endpoints for managing invoices:

  • Get Invoices

    • GET /invoices - Retrieve paginated list of invoices
  • Get Invoice Details

    • GET /invoices/:id - Get details of a specific invoice by ID
  • Get Uploads

    • GET /invoices/uploads - Get details of invoice uploads
  • Mark Invoices

    • POST /invoices/mark-exported - Mark multiple invoices as exported
    • POST /invoices/mark-unexported - Mark multiple invoices as unexported
  • Update Invoices

    • PATCH /invoices/:id - Update invoice header, line items and dimensions