Complete reference for the JADICOQ ERP REST API — 1407 endpoints across 80 modules. Sign in to generate API keys and start integrating.
https://www.jadicoq.com/api/v1All requests and responses use application/json
API requests are limited to 1,000 requests per minute per API key. Rate limit headers are included in all responses.
{
"success": true,
"data": { ... },
"pagination": {
"page": 1,
"pageSize": 20,
"total": 150
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Name is required"
}
}curl -X GET "https://www.jadicoq.com/api/v1/sales/customers" \ -H "x-api-key: YOUR_API_KEY" \ -H "Content-Type: application/json"
Our team can help with API integration, custom endpoints, and webhook setup.