A RESTful API that gives you programmatic access to every JodiCore module — sales, inventory, payroll, HR, and more.
https://api.jodicore.com/v1
Authorization: Bearer <api_key>
/v1/sales
List all sales transactions with filters for date, branch, and status.
/v1/sales/{id}
Retrieve a single sale record with full line items.
/v1/sales
Create a new sale record.
/v1/products
List all products with stock levels.
/v1/products/{id}/stock
Get current stock for a specific product.
/v1/purchase-orders
Create a purchase order.
/v1/employees
List all active employees.
/v1/employees/{id}
Get a specific employee record.
/v1/employees
Create a new employee record.
/v1/payroll/runs
List all payroll runs.
/v1/payroll/runs
Trigger a new payroll run.
/v1/analytics/summary
Get business performance summary for a date range.
API access is available on all JodiCore plans. Generate your API key from Settings → Developer → API Keys once your account is active.
Get API Access Developer Portal