DiceX DevelopersDiceX API Docs

Is Whats App User

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