Retrieve Campaign Reports
Retrieve a report for a batch of messages sent in bulk.
bashCopy codeGET /reports/bulk/batch001 HTTP/1.1
Authorization: Bearer {API_KEY}jsonCopy code{
"batch_id": "batch001",
"total_recipients": 2,
"delivered": 2,
"failed": 0
}Last updated