Bulk Commands (v1.0)
You can use a bulk command to send multiple commands in one request. To do this, send the bulk command with a requests
array, in which each array element contains the parameters of one request. The response returns a responses
array, in which each array element contains the response for one command. The responses appear in the order of the requests.

Request
Response

Request
Response

Request
{ "shared-secret":"****", "requests":[ {"ip-address":"1.1.18.1"}, {"ip-address":"1.1.18.2"}, {"ip-address":"1.1.18.3"} ] } |
Response