An open developer platform with REST APIs, webhooks, and a growing marketplace for building extensions and integrations on top of JodiCore.
Full programmatic access to every JodiCore module via a clean, versioned REST API.
Real-time event notifications for sales, stock changes, payroll events, and more.
Publish and distribute plugins, integrations, and industry-specific modules to JodiCore customers.
Standard OAuth 2.0 authentication for building user-facing integrations.
Official SDKs for PHP, Python, JavaScript, and Java coming in v1.1.
Full sandbox environment for building and testing without affecting production data.
curl -X GET \
https://api.jodicore.com/v1/sales \
-H "Authorization: Bearer jc_live_xxxx" \
-H "Content-Type: application/json" \
-d '{
"date_from": "2025-01-01",
"date_to": "2025-01-31",
"branch_id": "br_lagos_01",
"limit": 50
}'
Get early API access, sandbox credentials, and direct support from the JodiCore engineering team.
Apply for Developer Access