Open Platform

Build on JodiCore

An open developer platform with REST APIs, webhooks, and a growing marketplace for building extensions and integrations on top of JodiCore.

🔌

REST API

Full programmatic access to every JodiCore module via a clean, versioned REST API.

Webhooks

Real-time event notifications for sales, stock changes, payroll events, and more.

📦

Marketplace

Publish and distribute plugins, integrations, and industry-specific modules to JodiCore customers.

🔑

OAuth 2.0

Standard OAuth 2.0 authentication for building user-facing integrations.

📝

SDKs

Official SDKs for PHP, Python, JavaScript, and Java coming in v1.1.

🏗️

Sandbox

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
  }'

Join the Developer Programme

Get early API access, sandbox credentials, and direct support from the JodiCore engineering team.

Apply for Developer Access