Introduction
API Reference for LedgerBox
Note: This documentation covers the LedgerBox API endpoints used for accounting and financial management.
Welcome
LedgerBox provides a RESTful API that enables you to programmatically manage your accounting and financial data. Our API allows you to create and manage accounts, transactions, reports, and more.
Authentication
All API endpoints require authentication using API keys. You can obtain your API key from your LedgerBox dashboard settings.
To authenticate your requests, include your API key in the X-API-Key header:
All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.
Base URL
All API requests should be made to:
Rate Limiting
The API is rate limited to 100 requests per minute per API key. If you exceed this limit, you’ll receive a 429 Too Many Requests response.