Return current user's AutoSSL metadata

This function retrieves values for the currently authenticated user's AutoSSL's metadata keys.

SecurityBasicAuth
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
object
get/get_autossl_metadata
Request samples
whmapi1 --output=jsonpretty \
  get_autossl_metadata
Response samples
application/json
{
  • "data": {
    • "payload": {
      • "clobber_externally_signed": 1,
      • "notify_autossl_expiry": 1,
      • "notify_autossl_expiry_coverage": 1,
      • "notify_autossl_expiry_coverage_user": 1,
      • "notify_autossl_expiry_user": 1,
      • "notify_autossl_renewal": 1,
      • "notify_autossl_renewal_coverage": 1,
      • "notify_autossl_renewal_coverage_reduced": 1,
      • "notify_autossl_renewal_coverage_reduced_user": 1,
      • "notify_autossl_renewal_coverage_user": 0,
      • "notify_autossl_renewal_uncovered_domains": 1,
      • "notify_autossl_renewal_uncovered_domains_user": 1,
      • "notify_autossl_renewal_user": 1
      }
    },
  • "metadata": {
    • "command": "get_autossl_metadata",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}