DiceX DevelopersDiceX API Docs

Get Profile Image

GET
/api/v1/WhatsApp/GetProfileImage
ApiKey<token>

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

In: header

Query Parameters

lineNumber?string
mobile?string

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/WhatsApp/GetProfileImage"
{
  "isSuccess": true,
  "message": "string",
  "value": "string"
}