{ "opencollection": "1.0.0", "info": { "name": "Let's Encrypt ACME Account Challenge API", "version": "1.0" }, "items": [ { "info": { "name": "Challenge", "type": "folder" }, "items": [ { "info": { "name": "Respond to a challenge", "type": "http" }, "http": { "method": "POST", "url": "https://acme-v02.api.letsencrypt.org/acme/chall/:challengeId", "params": [ { "name": "challengeId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Respond to a challenge" } ] } ], "bundled": true }