Get Message Delivery Report
Delivery Report
Get Message Delivery Report
Retrieves a single message delivery report by request_id
GET
Get Message Delivery Report
Description
This endpoint allows you to retrieve the delivery status and details of a message that was sent through any channel (WhatsApp, SMS, Email, RCS) by providing the request_id that was returned when the message was sent.Headers
string
required
Your API key for authentication.
string
required
Your workspace ID for authentication.
Query Parameters
string
required
The unique request ID that was returned when the message was sent. This ID is used to track the delivery status of the message.
Response
boolean
Indicates whether the API call was successful.
string
Success or error message from the API.
object
The delivery report data containing the following fields:
string
The communication channel used (e.g., “whatsapp”, “sms”, “email”, “rcs”).
string
The unique identifier for the message.
string
The recipient’s contact information (phone number or email address).
string
The request ID that was used to query this report.
string
The current delivery status of the message.
string
Timestamp indicating when the status was last updated.
string
Additional remarks or notes about the delivery status.
string
The workspace ID associated with this message.