RayFlow Docs
Api

Get Message Status

GET
/api/v1/messages/{messageId}

Retrieve the delivery, read, and pricing status of a sent message.

Authorization

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