Skip to content

QueryACMEaccountList

This command will return all the available ACME accounts. Deactivated accounts are not shown.

Possible Gateways

The following parameters are standard parameters for this command.

Command
COMMAND = QueryACMEaccountList
Response
code = (INTEGER)
description = (TEXT)
runtime = (INTEGER)
queuetime = (INTEGER)
property[column][0] = acmeaccount
property[column][1] = certvalidationtype
property[column][2] = provider
property[column][3] = status
property[column][4] = renewalmode
property[column][5] = registration expiration date
property[column][6] = paid until
property[column][7] = renewal date
property[column][8] = acmeserverurl
property[column][9] = acmeaccount kid
property[column][10] = created date
property[column][11] = created by
property[column][12] = updated date
property[column][13] = updated by
property[count][0] = (INTEGER)
property[first][0] = (INTEGER)
property[last][0] = (INTEGER)
property[limit][0] = (INTEGER)
property[total][0] = (INTEGER)
property[acmeaccount][#] = (TEXT)
property[certvalidationtype][#] = DV
property[provider][#] = sectigo
property[status][#] = PENDING
property[renewalmode][#] = DEFAULT
property[registration expiration date][#] = YYYY-MM-DD HH:MM:SS
property[paid until][#] = YYYY-MM-DD HH:MM:SS
property[renewal date][#] = YYYY-MM-DD HH:MM:SS
property[acmeserverurl][#] = (TEXT)
property[acmeaccount kid][#] = (TEXT)
property[created date][#] = YYYY-MM-DD HH:MM:SS
property[created by][#] = (TEXT)
property[updated date][#] = YYYY-MM-DD HH:MM:SS
property[updated by][#] = (TEXT)

The following parameters are optional for this command.

Command
PROVIDER = sectigo
ORDER = ASC|DESC
ORDERBY = ACMEACCOUNT|REGISTRATION_EXPIRATION_DATE|CERTVALIDATIONTYPE|PROVIDER|STATUS
FIRST = (INTEGER)
LIMIT = (INTEGER)
WIDE = 0|1
INCLUDESUB = 0|1
ATTRIBUTESDETAILS
PROVIDERFilter the list by ACME provider.
ORDERSort direction of the result list.
ORDERBYColumn the result list is sorted by.
FIRSTFirst entry of the result list to return.
LIMITMaximum number of entries to return.
WIDEReturns additional details for each entry.
INCLUDESUBRefers to sub-resellers; includes their ACME accounts in the result list.