API Reference

Get WABA Health Status

Example JSON Response

{
    "health_status": {
        "can_send_message": "AVAILABLE",
        "entities": [
            {
                "entity_type": "WABA",
                "id": "xxxxxxxxxxxxxx",
                "can_send_message": "AVAILABLE"
            }
        ]
    },
    "id": "61xxxxxxxxxxxx"
}

Language
Click Try It! to start a request and see the response here!