Why choose MONCRENEAU?
Fast and Performant
Ultra-fast response times with optimized architecture. Integration in minutes.
Maximum Security
API key authentication, HMAC-SHA256 signed webhooks, and granular permissions.
Developer First
SDKs for Java, Node.js, PHP and Python. Complete documentation with code examples.
Production Ready
Rate limiting, automatic pagination, real-time webhooks, and advanced monitoring.
Multi-department
Manage multiple departments and organizations with a flexible credit system.
Integrated Payment
Prepaid credit system with Orange Money integration and automatic invoicing.
Integration in 3 steps
Get your API keys
Create a free account and instantly generate your API keys for the test environment.
Install an SDK
Choose from our official SDKs for Java, Node.js, PHP or Python. Or use the REST API directly.
Create your first appointment
In just a few lines of code, create and manage appointments with an intuitive and documented API.
curl https://mc-prd.duckdns.org/api/v1/appointments -H "X-API-Key: your_api_key" \
-H "Content-Type: application/json" \
-d '{
"departmentId": 5,
"dateTime": "2026-02-15T10:00:00",
"name": "Amadou Diallo",
"workerId": 42,
"externalUserId": "customer_12345"
}'