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.
Get API key
HomeAPI Reference
HomeAPI Reference
  • Overview
    • API reference
  • API Reference
Get API key
LogoLogo
On this page
  • Conventions
  • Resources
Overview

API reference

Interactive reference for the Lucanto REST API
||View as Markdown|
Was this page helpful?
Edit this page
Next

List the current user's workspaces

Built with

The reference in this section is generated directly from Lucanto’s live OpenAPI specification at app.lucanto.eu/api/v1/openapi.json, so it always matches the deployed API.

Conventions

  • Base URL: https://app.lucanto.eu/api/v1
  • Auth: Authorization: Bearer <token> — see Authentication
  • Workspace scoping: every resource lives under /accounts/{account_id}/...
  • Lists: cursor-paginated { data, next_cursor, has_more } — see Pagination
  • Errors: a uniform envelope with a stable error code — see Errors
  • Retries: POST supports the Idempotency-Key header — see Idempotency

Resources

Invoices, Quotes, Proformas, Credit Notes, Expenses, Contacts, Bank Accounts, and Accounts. Use the API Explorer on each endpoint to make live calls with your own token.