{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Access mTLS Authentication API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Access mTLS Authentication", "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/access/certificates", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists all mTLS root certificates." }, { "info": { "name": "APIs.io Engineering Platform Add an mTLS certificate", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/certificates", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds a new mTLS root certificate to Access." }, { "info": { "name": "APIs.io Engineering Platform Get an mTLS certificate", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/certificates/:certificate_id", "params": [ { "name": "certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a single mTLS certificate." }, { "info": { "name": "APIs.io Engineering Platform Update an mTLS certificate", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/certificates/:certificate_id", "params": [ { "name": "certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a configured mTLS certificate." }, { "info": { "name": "APIs.io Engineering Platform Delete an mTLS certificate", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/certificates/:certificate_id", "params": [ { "name": "certificate_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes an mTLS certificate." }, { "info": { "name": "APIs.io Engineering Platform List all mTLS hostname settings", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/certificates/settings", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "List all mTLS hostname settings for this account." }, { "info": { "name": "APIs.io Engineering Platform Update an mTLS certificate's hostname settings", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/certificates/settings", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an mTLS certificate's hostname settings." } ] } ], "bundled": true }