Retrieve Message Status
Get the delivery status of a previously sent message.
bashCopy codeGET /reports/status/abc123 HTTP/1.1
Authorization: Bearer {API_KEY}jsonCopy code{
"message_id": "abc123",
"status": "delivered",
"delivered_at": "2024-10-17T12:34:56Z"
}Last updated