API Reference

WhatsApp Logs Summary

Get WhatsApp logs summary for a 30-day interval

Example JSON Response

{
  "success": true,
  "message": "WhatsApp Summary fetched successfully.",
  "data": {
    "sent": 10,
    "accepted": 16,
    "delivered": 97,
    "read": 5,
    "failed": 3,
    "rejected": 0,
    "pending": 8
  }
}


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