Get ACME account status
ACME Account URL shall never be changed. So it's not strictly necessary to go through the authorization process each time, if the URL is already known.
However, it might be required to get the actual status of the ACME Account. In order to do so, ACME client must send a POST request with an empty payload to the ACME Account URL:
ACME server should reply with an ACME Account object, which includes a status, and orders URL, from which client may retrieve a list of active certificate orders.
Possible values of the ACME Account status are:
"valid" - account is active
"deactivated" - disabled by the user
"revoked" - disabled by the server
Last updated