{ "opencollection": "1.0.0", "info": { "name": "Let's Encrypt ACME Account API", "version": "1.0" }, "items": [ { "info": { "name": "Account", "type": "folder" }, "items": [ { "info": { "name": "Create or look up an account", "type": "http" }, "http": { "method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/new-acct", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new ACME account or returns the URL of an existing account for the given key." }, { "info": { "name": "Update or deactivate account", "type": "http" }, "http": { "method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/acct/:accountId", "params": [ { "name": "accountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update or deactivate account" }, { "info": { "name": "Rotate account key", "type": "http" }, "http": { "method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/key-change", "body": { "type": "json", "data": "{}" } }, "docs": "Rotate account key" } ] } ], "bundled": true }