REST API v1

JodiCore API

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>

Sales

GET /v1/sales List all sales transactions with filters for date, branch, and status.
GET /v1/sales/{id} Retrieve a single sale record with full line items.
POST /v1/sales Create a new sale record.

Inventory

GET /v1/products List all products with stock levels.
GET /v1/products/{id}/stock Get current stock for a specific product.
POST /v1/purchase-orders Create a purchase order.

HR

GET /v1/employees List all active employees.
GET /v1/employees/{id} Get a specific employee record.
POST /v1/employees Create a new employee record.

Payroll

GET /v1/payroll/runs List all payroll runs.
POST /v1/payroll/runs Trigger a new payroll run.

Analytics

GET /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