Api
Get Message Status
Retrieve the delivery, read, and pricing status of a sent message.
AuthorizationBearer <token>
In: header
Path Parameters
messageId*string
The RayFlow message ID returned when sending the message.
Response Body
application/json
curl -X GET "https://example.com/api/v1/messages/string"{
"success": true,
"data": {
"id": "string",
"status": "delivered",
"timestamps": {}
}
}Empty
Empty