Release Plan
Keep track of changes and upgrades to the Ottimate API.
⚠️ Pre-Release Documentation - The Ottimate Public API platform is currently in development. API endpoints, request/response formats, and functionality may change without notice. This documentation is intended for early-access development and testing purposes only and should not be used in production environments.
| Task | Endpoint |
|---|---|
| Retrieve a list of companies | GET /v1/accounts/{id}/companies |
| Retrieve a list of locations | GET /v1/accounts/{id}/locations |
| See Client Accounts in the API reference for usage and examples. |
| Task | Endpoint |
|---|---|
| Retrieve a paginated list of dimensions | GET /v1/dimensions |
| Retrieve a specific dimension by ID | GET /v1/dimensions/{id} |
| See dimensions in the API reference for usage and examples. |
| Task | Endpoint |
|---|---|
| Retrieve paginated list of invoices | GET /v1/invoices |
| Retrieve detailed information for a specific invoice | GET /v1/invoices/{id} |
| Update invoice header, line items and dimensions | PATCH /v1/invoices/{id} |
| Mark multiple invoices as exported | POST /v1/invoices/export |
| Unexport multiple invoices | POST /v1/invoices/unexport |
| Retrieve status of invoice files uploaded for extraction | GET /v1/invoices/with-items |
| See invoices in the API reference for usage and examples. |
| Task | Endpoint |
|---|---|
| Retrieve a paginated list of accounting vendors | GET /v1/vendors |
| Create a single new accounting vendor | POST /v1/vendors |
| Retrieve a specific vendor by ID | GET /v1/vendors/{id} |
| Create or update multiple accounting vendors | POST /v1/vendors/bulk-create |
| See vendors in the API reference for usage and examples. |
