{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 mTLS Certificate Management API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "mTLS Certificate Management", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List mTLS certificates", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mtls_certificates", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all mTLS certificates." }, { "info": { "name": "APIs.io Engineering Platform Upload mTLS certificate", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mtls_certificates", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload a certificate that you want to use with mTLS-enabled Cloudflare services." }, { "info": { "name": "APIs.io Engineering Platform Get mTLS certificate", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mtls_certificates/:mtls_certificate_id", "params": [ { "name": "mtls_certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single mTLS certificate." }, { "info": { "name": "APIs.io Engineering Platform Delete mTLS certificate", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mtls_certificates/:mtls_certificate_id", "params": [ { "name": "mtls_certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes the mTLS certificate unless the certificate is in use by one or more Cloudflare services." }, { "info": { "name": "APIs.io Engineering Platform List mTLS certificate associations", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/mtls_certificates/:mtls_certificate_id/associations", "params": [ { "name": "mtls_certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all active associations between the certificate and Cloudflare services." } ] } ], "bundled": true }