get
https://www.fast2sms.com/dev/whatsapp_logs
You can fetch WhatsApp logs of the last 3 days using this API
Example JSON Response
{
"success": true,
"message": "Whatsapp Logs generated successfully.",
"data": [
{
"type": "status_update",
"request_id": "NlOPxxxxxxxxxxxx",
"phone_number_id": "155xxxxxxxxxx",
"recipient_id": "916xxxxxxxxx",
"status": "delivered",
"timestamp": "1763717022",
"errors": null
}
]
}
