DiceX DevelopersDiceX API Docs

Check Status

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

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

In: header

Query Parameters

lineNumber?string

Response Body

curl -X GET "https://gateway.dicex.me/api/v1/WhatsApp/CheckStatus"
{
  "isSuccess": true,
  "message": "string",
  "value": {
    "isOnline": true,
    "state": "string",
    "isAuthenticated": "string",
    "expireDate": "2019-08-24T14:15:22Z"
  }
}