Get Message Data 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/GetMessageData"{
"isSuccess": true,
"message": "string",
"value": {
"property1": null,
"property2": null
}
}