{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Zero Trust Certificates API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Zero Trust Certificates", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Zero Trust certificates", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/certificates", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches all Zero Trust certificates for an account." }, { "info": { "name": "APIs.io Engineering Platform Create Zero Trust certificate", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/certificates", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Zero Trust certificate." }, { "info": { "name": "APIs.io Engineering Platform Get Zero Trust certificate details", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/certificates/:certificate_id", "params": [ { "name": "certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single Zero Trust certificate." }, { "info": { "name": "APIs.io Engineering Platform Delete Zero Trust certificate", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/certificates/:certificate_id", "params": [ { "name": "certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a gateway-managed Zero Trust certificate. A certificate must be deactivated from the edge (inactive) before it is deleted." }, { "info": { "name": "APIs.io Engineering Platform Activate a Zero Trust certificate", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/certificates/:certificate_id/activate", "params": [ { "name": "certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Binds a single Zero Trust certificate to the edge." }, { "info": { "name": "APIs.io Engineering Platform Deactivate a Zero Trust certificate", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/gateway/certificates/:certificate_id/deactivate", "params": [ { "name": "certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unbinds a single Zero Trust certificate from the edge" } ] } ], "bundled": true }