Return queued AutoSSL items

This function lists the items in the AutoSSL pending queue.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_autossl_pending_queue
Request samples
whmapi1 --output=jsonpretty \
  get_autossl_pending_queue
Response samples
application/json
{
  • "data": {
    • "pending_certificates": [
      • {
        • "dcv_method": "http",
        • "domain": "example.com",
        • "order_item_id": "8675309",
        • "request_time": "2016-10-12T21:02:56.000Z",
        • "user": "username",
        • "virtual_host": "example.com"
        }
      ]
    },
  • "metadata": {
    • "command": "get_autossl_pending_queue",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}