The Invopop API is split into multiple services. Each service is effectively a namespace for the different problem domain that weโre trying to provide solutions for. The current list of key services is:Documentation Index
Fetch the complete documentation index at: https://invopop-kill-invoicexpress.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Silo
/silo/v1ยท Data store for GOBL documents and their attachments. The silo is also responsible for validating incoming data with the GOBL libraries, managing versions, and state control. - Transform
/transform/v1ยท Responsible for storing workflow definitions and executing โjobsโ. - Sequences
/sequences/v1ยท Provides reliable and scalable support for generating sequential codes typically added to invoices. - Access
/access/v1ยท Provides access to workspaces and additional functionality required by Applications for enrollment handling. - Utils
/utils/v1ยท Is used for testing the connection and access credentials.