{
    "ok": true,
    "name": "Blue Panda Frontdesk Core",
    "type": "headless-api",
    "version": "1.0.0",
    "docs": {
        "health": "/health.php",
        "summary": "GET /api/summary",
        "contacts": "GET|POST /api/contacts",
        "services": "GET|POST /api/services",
        "staff": "GET|POST /api/staff",
        "appointments": "GET|POST /api/appointments",
        "appointment_update": "PATCH /api/appointments/{id}",
        "appointment_cancel": "DELETE /api/appointments/{id}",
        "blocks": "GET|POST /api/blocks",
        "block_delete": "DELETE /api/blocks/{id}",
        "availability": "GET /api/availability?date=YYYY-MM-DD",
        "reminders": "GET|POST /api/reminders",
        "integrations": "GET|POST /api/integrations",
        "integration_sync": "POST /api/integrations/{id}/sync",
        "calendar": "GET /calendar/{token}.ics"
    }
}