WhatsApp Automation Server Status API

WhatsApp Web Automation Server Status & Command API's

This API request will fetch the WhatsApp Automation Server Status also able to remotely control your WhatsApp Server by giving Commands like Server Reboot, App Restart, Clear Queue etc

WhatsApp Server Status Request

POST https://pickyassist.com/app/api/v2/device-status

This API request will fetch the WhatsApp Server Status

Request Body

{
   "project_id":"929",
   "status":"CONNECTED",
   "connected_number":"1341881114",
   "version":"2.2119.6",
   "message_queue_count":0,
   "time":"2021-06-01T14:05:26+05:30"
}

Sample Request

{
  "token": "2fb9da4f0544f6c57883a0122188121f29",
  "application" : 10
}

Sample Response

{
   "project_id":"929",
   "status":"CONNECTED",
   "connected_number":"1341881114",
   "version":"2.2119.6",
   "message_queue_count":0,
   "time":"2021-06-01T14:05:26+05:30"
}

Response Variables

Server Command API's

The Server Command API allows you to manage the Server with various commands which can be used in various situations as below;

You need to pass your command through “command” tag

Server Command API's

POST https://pickyassist.com/app/api/v2/device-action

This API allows you to command your server remotely like , clearing a queue , restart the app or server etc.

Path Parameters

{
  "status": 100,
  "message": "Success"
}

Sample Request

{
   "token":"f068950cf8a61e666bd8644c26dbf556e3bd",
   "command":"disconnect",
   "application":10
}

Sample Response

{
  "status": 100,
  "message": "Success"
}

Last updated