Release Plan

Keep track of changes and upgrades to the Ottimate API.

Overview

Q4 2025: Initial Release

Client Accounts

TaskEndpoint
Retrieve a list of companiesGET /v1/accounts/{id}/companies
Retrieve a list of locationsGET /v1/accounts/{id}/locations
See Client Accounts in the API reference for usage and examples.

Dimensions

TaskEndpoint
Retrieve a paginated list of dimensionsGET /v1/dimensions
Retrieve a specific dimension by IDGET /v1/dimensions/{id}
See dimensions in the API reference for usage and examples.

Invoices

TaskEndpoint
Retrieve paginated list of invoicesGET /v1/invoices
Retrieve detailed information for a specific invoiceGET /v1/invoices/{id}
Update invoice header, line items and dimensionsPATCH /v1/invoices/{id}
Mark multiple invoices as exportedPOST /v1/invoices/export
Unexport multiple invoicesPOST /v1/invoices/unexport
Retrieve status of invoice files uploaded for extractionGET /v1/invoices/with-items
See invoices in the API reference for usage and examples.

Vendors

TaskEndpoint
Retrieve a paginated list of accounting vendorsGET /v1/vendors
Create a single new accounting vendorPOST /v1/vendors
Retrieve a specific vendor by IDGET /v1/vendors/{id}
Create or update multiple accounting vendorsPOST /v1/vendors/bulk-create
See vendors in the API reference for usage and examples.