{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Cloudflare Images Keys API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Cloudflare Images Keys", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Signing Keys", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/keys", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Lists your signing keys. These can be found on your Cloudflare Images dashboard." }, { "info": { "name": "APIs.io Engineering Platform Create a new Signing Key", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/keys/:signing_key_name", "params": [ { "name": "signing_key_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Create a new signing key with specified name. Returns all keys available." }, { "info": { "name": "APIs.io Engineering Platform Delete Signing Key", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/images/v1/keys/:signing_key_name", "params": [ { "name": "signing_key_name", "value": "", "type": "path" }, { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Delete signing key with specified name. Returns all keys available.\nWhen last key is removed, a new default signing key will be generated.\n" } ] } ], "bundled": true }