{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Access Short-Lived Certificate CAs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Short-Lived Certificate CAs", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Get a short-lived certificate CA", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/ca", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Fetches a short-lived certificate CA and its public key." }, { "info": { "name": "APIs.io Engineering Platform Create a short-lived certificate CA", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/ca", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Generates a new short-lived certificate CA and public key." }, { "info": { "name": "APIs.io Engineering Platform Delete a short-lived certificate CA", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/:app_id/ca", "params": [ { "name": "app_id", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Deletes a short-lived certificate CA." }, { "info": { "name": "APIs.io Engineering Platform List short-lived certificate CAs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/access/apps/ca", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists short-lived certificate CAs and their public keys." } ] } ], "bundled": true }