Documentation
  • Overview
    • Introduction
    • Authentication
    • Delivery Statuses
    • FAQs
      • Messages
      • Reports
      • Cost
  • Messaging
    • Send Single SMS
    • Create SMS Campaign
    • Retrieve Message Status
    • Retrieve Campaign Reports
  • Sender Names
    • Create Sender Name
    • List Sender Names
    • Update Sender Name
    • Delete Sender Name
  • Account Balance
  • Error Handling
Powered by GitBook
On this page
  1. Messaging

Retrieve Campaign Reports

Retrieve a report for a batch of messages sent in bulk.

  • Endpoint: GET /reports/bulk/{batch_id}

  • Description: Retrieves the delivery report for bulk messages.

Request Example:

bashCopy codeGET /reports/bulk/batch001 HTTP/1.1
Authorization: Bearer {API_KEY}

Response:

jsonCopy code{
  "batch_id": "batch001",
  "total_recipients": 2,
  "delivered": 2,
  "failed": 0
}
PreviousRetrieve Message StatusNextCreate Sender Name

Last updated 7 months ago