Skip to main content

Introduction to moncreneau API

Welcome to the official moncreneau API documentation!

What is moncreneau?

moncreneau is an appointment booking API designed specifically for Guinea. It allows organizations to efficiently manage their appointments with a prepaid credit system.

Key Features

  • Secure authentication via API key
  • Complete appointment management (create, view, cancel)
  • Multi-department support for organizations
  • Automatic credit system (1 appointment = 1 credit)
  • Webhooks for real-time notifications
  • Usage monitoring with detailed statistics
  • Rate limiting to protect your resources
  • 4 official SDKs: Java, Node.js, PHP, Python

How does it work?

1. Get an API key

Create an account on moncreneau and generate an API key from your dashboard.

2. Make your first request

curl -X GET https://mc-prd.duckdns.org/api/v1/departments -H "X-API-Key: YOUR_API_KEY"

3. Create an appointment

curl -X POST 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-01-25T14:30:00",
"name": "John Doe"
}'

Why use moncreneau?

Simple and Fast

Our REST API is designed to be intuitive. Create your first appointment in less than 5 minutes.

Transparent Pricing

Prepaid credit system: 1 credit = 1 validated appointment. Price varies according to your commercial offer.

Secure

  • HTTPS/TLS encryption
  • HMAC signature for webhooks
  • Rate limiting and DDoS protection
  • ISO 27001 compliant

Scalable

From 10 to 100,000 appointments per day, our infrastructure automatically adapts to your needs.

Use Cases

  • Government administrations: passport appointments, birth certificates, ID cards
  • Hospitals and clinics: medical consultations, vaccinations, lab tests
  • Universities: student registration, counseling appointments
  • Banks: branch appointments, loan applications

Next Steps

Need Help?


Ready to start? Follow our Quick Start Guide!