{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Origin CA API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Origin CA", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Certificates", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/certificates", "params": [ { "name": "zone_id", "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": "APIs.io Engineering Platform Create Certificate", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/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))." }, { "info": { "name": "APIs.io Engineering Platform Get Certificate", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/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": "APIs.io Engineering Platform Revoke Certificate", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/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))." } ] } ], "bundled": true }