Developers

API Reference

RESTful API for integrating EasyErpBD with your existing systems. Available on Enterprise plans.

⚡ Enterprise Feature
Base URL
https://api.easyerpbd.com/v1

Authentication

All API requests must include your Bearer token in the Authorization header.

Authorization: Bearer {your_api_token}
GET /products products:read
POST /products products:write
GET /products/{id} products:read
PUT /products/{id} products:write
GET /inventory/stock inventory:read
POST /invoices invoices:write
GET /invoices invoices:read
GET /reports/sales reports:read

Full API docs available to Enterprise subscribers. Contact sales to upgrade.