v1

latestOpenAPI 3.1.02026-07-14330101.9 KB

Health

The Channel Health API endpoint allows you to measure the status and performance of your WhatsApp channel. This endpoint provides vital information about the channel's connectivity, message delivery rates, and overall health, ensuring you maintain optimal communication with your users.

get/channel/health

Response

200

successboolean
messagestring

Example response

{
  "success": true,
  "message": "OK",
  "data": {
    "name": "Channel Name",
    "code": "Channel Code",
    "status": "Channel Status",
    "up_time": "2024-09-07 11:21:00",
    "start_at": "2024-09-07 11:17:36",
    "phone": {
      "name": "Phone Name",
      "number": "Phone Number"
    }
  }
}
All 33 operations