For Developers
REST API Reference
Integrate your systems with ERPKeeper through our comprehensive API.
RESTful Endpoints
Our API follows REST standards with JSON support, pagination, filtering, and sorting.
GET /api/v1/organizations
GET /api/v1/organizations/{id}/ledger
POST /api/v1/invoices
GET /api/v1/reports/profit-loss
Authentication
Use API Keys via Bearer token in every request. Create and manage keys from Settings.
Authorization: Bearer <your-api-key>
Webhooks
Receive real-time notifications for key events like invoice creation, payments, or client updates.
ERP