{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Certificates API", "version": "4.0.0" }, "items": [ { "info": { "name": "Certificates", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Get Certificate", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/certificates/:certificate_id", "params": [ { "name": "certificate_id", "value": "", "type": "path" } ] }, "docs": "Get an existing Origin CA certificate by its serial number. Use your Origin CA Key as your User Service Key when calling this endpoint ([see above](#requests))." }, { "info": { "name": "Cloudflare Revoke Certificate", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/certificates/:certificate_id", "params": [ { "name": "certificate_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Revoke an existing Origin CA certificate by its serial number. Use your Origin CA Key as your User Service Key when calling this endpoint ([see above](#requests))." }, { "info": { "name": "Cloudflare List Certificates", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/certificates", "params": [ { "name": "identifier", "value": "", "type": "query" } ] }, "docs": "List all existing Origin CA certificates for a given zone. Use your Origin CA Key as your User Service Key when calling this endpoint ([see above](#requests))." }, { "info": { "name": "Cloudflare Create Certificate", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/certificates", "body": { "type": "json", "data": "{}" } }, "docs": "Create an Origin CA certificate. Use your Origin CA Key as your User Service Key when calling this endpoint ([see above](#requests))." } ] } ], "bundled": true }