DiceX DevelopersDiceX API Docs

Get Message Data get

GET
/api/v1/WhatsApp/GetMessageData
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/WhatsApp/GetMessageData"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "property1": null,
    "property2": null
  }
}