Get Message Status get
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
Query Parameters
id?integer
Format
int64Response Body
curl -X GET "https://gateway.dicex.me/api/v1/WhatsApp/GetMessageStatus"{
"isSuccess": true,
"message": "string",
"value": {
"id": 0,
"sentStatus": "string",
"lastTryDate": "2019-08-24T14:15:22Z",
"totalTry": 0,
"errorMessage": "string",
"deliveryStatus": "string",
"deliveryDate": "2019-08-24T14:15:22Z"
}
}