{
    "name": "ContentMonster WhatsApp API",
    "version": "1.0.0",
    "status": "active",
    "documentation": "https:\/\/api.contentmonster.de\/docs",
    "endpoints": [
        {
            "method": "POST",
            "path": "\/v1\/whatsapp\/send",
            "description": "Send text message",
            "required": [
                "to",
                "message"
            ]
        },
        {
            "method": "POST",
            "path": "\/v1\/whatsapp\/template",
            "description": "Send template message",
            "required": [
                "to",
                "template"
            ],
            "optional": [
                "parameters",
                "language"
            ]
        },
        {
            "method": "GET\/POST",
            "path": "\/v1\/whatsapp\/webhook",
            "description": "Webhook handler for WhatsApp"
        },
        {
            "method": "GET\/POST",
            "path": "\/v1\/whatsapp\/contacts",
            "description": "Manage contacts"
        },
        {
            "method": "GET",
            "path": "\/health",
            "description": "Health check"
        }
    ],
    "authentication": "Required. Add X-API-Key header to all requests.",
    "support": "support@contentmonster.de",
    "timestamp": "2026-05-19T05:45:07+02:00"
}