API Documentation

Complete reference for the JADICOQ ERP REST API — 1407 endpoints across 80 modules. Sign in to generate API keys and start integrating.

API Overview
The JADICOQ ERP API provides programmatic access to all ERP modules.

Base URL

https://www.jadicoq.com/api/v1

Content Type

All requests and responses use application/json

Rate Limiting

API requests are limited to 1,000 requests per minute per API key. Rate limit headers are included in all responses.

Response Format

{
  "success": true,
  "data": { ... },
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "total": 150
  }
}

Error Format

{
  "success": false,
  "error": {
    "code": "VALIDATION_ERROR",
    "message": "Name is required"
  }
}

HTTP Methods

GETRetrieve resources
POSTCreate resources
PUTUpdate resources
DELETEDelete resources
Code Examples
Quick examples to get you started with the API.
curl -X GET "https://www.jadicoq.com/api/v1/sales/customers" \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json"

Need help integrating?

Our team can help with API integration, custom endpoints, and webhook setup.