{ "opencollection": "1.0.0", "info": { "name": "DigiCert CertCentral Services Account Domain API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "X-DC-DEVKEY", "value": "{{X-DC-DEVKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Domain", "type": "folder" }, "items": [ { "info": { "name": "List domains", "type": "http" }, "http": { "method": "GET", "url": "https://www.digicert.com/services/v2/domain", "params": [ { "name": "offset", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List domains" }, { "info": { "name": "Add domain", "type": "http" }, "http": { "method": "POST", "url": "https://www.digicert.com/services/v2/domain", "body": { "type": "json", "data": "{}" } }, "docs": "Add domain" }, { "info": { "name": "Get domain", "type": "http" }, "http": { "method": "GET", "url": "https://www.digicert.com/services/v2/domain/:domainId", "params": [ { "name": "domainId", "value": "", "type": "path" } ] }, "docs": "Get domain" }, { "info": { "name": "Delete domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://www.digicert.com/services/v2/domain/:domainId", "params": [ { "name": "domainId", "value": "", "type": "path" } ] }, "docs": "Delete domain" } ] } ], "bundled": true }