{ "opencollection": "1.0.0", "info": { "name": "DigiCert CertCentral Services Account Organization API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "X-DC-DEVKEY", "value": "{{X-DC-DEVKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Organization", "type": "folder" }, "items": [ { "info": { "name": "List organizations", "type": "http" }, "http": { "method": "GET", "url": "https://www.digicert.com/services/v2/organization" }, "docs": "List organizations" }, { "info": { "name": "Create organization", "type": "http" }, "http": { "method": "POST", "url": "https://www.digicert.com/services/v2/organization", "body": { "type": "json", "data": "{}" } }, "docs": "Create organization" } ] } ], "bundled": true }