LedgerBee Public API
LedgerBee Public API
The LedgerBee Public API documentation
Tags
Accounts
Account management endpoints
API Key
API key information endpoints
Company
Company information endpoints
Credit Notes
Customers
Customer and customer group management endpoints
Dimensions
Dimension categories and values for journal entry tagging
Document Templates
PDF design templates a partner can attach to invoices, quotes and order confirmations.
Draft Journal Entries
Draft Journal Entries (v2)
Entitlements
Invoices
Journal Categories
Journal category management endpoints
Journal Entries
Journal entry creation endpoints
Journal Entries (v2)
MCP
Model Context Protocol endpoints for AI agents (Streamable-HTTP, JSON-RPC 2.0). See the MCP guide for the tenant-scoped servers, tools, and OAuth flow.
Meters
Meter and usage reporting endpoints
Order Confirmations
Payment Methods
Portal Plans
Portal SSO
Product Groups
Product-group ledger-account mappings. Every product belongs to a group, and the group decides which revenue account a sale posts to per VAT zone (domestic / EU / abroad / domestic-without-VAT).
Product Prices
Prices for catalogue products. A price ID is what an invoice / quote / order-confirmation line references to bill a real product. Covers flat-rate, package, volume, graduated and usage-based (metered) pricing.
Products
Catalogue products. Each product belongs to a product group and carries one or more prices.
Projects
Project, subproject, and project profit endpoints
Quotes
Subscriptions
Subscription plan and customer subscription management endpoints
Suppliers
VAT Codes
VAT code and rate endpoints
Vendors
Webhook Endpoints
Register HTTPS endpoints to receive signed event notifications. Each delivery is signed following the Standard Webhooks specification — verify the
webhook-id, webhook-timestamp, and webhook-signature headers against the endpoint secret (returned once on create / roll-secret) using one of the spec’s drop-in verification libraries instead of implementing the HMAC-SHA256 check yourself.Security Schemes
ApiKeyAuth
API Key for authentication
apiKey
OAuth2ClientCredentials
OAuth2 client credentials flow. Scopes are configured per client in the OAuth Clients UI — any scopes selected here are ignored.
oauth2