DiceX DevelopersDiceX API Docs

Get Message Status get

GET
/api/v1/Voip/GetMessageStatus
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

id?integer
Formatint64

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/Voip/GetMessageStatus"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "sentStatus": "string",
    "deliveryStatus": "string",
    "lastTryDate": "2019-08-24T14:15:22Z",
    "totalTry": 0,
    "errorMessage": "string",
    "delliveryStatus": "string",
    "deliveryDate": "2019-08-24T14:15:22Z",
    "deliveryData": {
      "property1": null,
      "property2": null
    }
  }
}