Return all resellers

This function lists the reseller accounts on the server.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/listresellers
Request samples
whmapi1 --output=jsonpretty \
  listresellers
Response samples
application/json
{
  • "data": {
    • "reseller": [
      • "bob"
      ]
    },
  • "metadata": {
    • "command": "listresellers",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}