{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL KV Store API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "KV Store", "type": "folder" }, "items": [ { "info": { "name": "List KV stores", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/resources/stores/kv", "params": [ { "name": "cursor", "value": "", "type": "query", "description": "A cursor for pagination." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." } ] }, "docs": "Retrieves a list of all KV stores associated with the account." }, { "info": { "name": "Create a KV store", "type": "http" }, "http": { "method": "POST", "url": "https://api.fastly.com/resources/stores/kv", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new KV store for persistent key-value storage accessible from Compute services." }, { "info": { "name": "Get a KV store", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/resources/stores/kv/:store_id", "params": [ { "name": "store_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the store." } ] }, "docs": "Retrieves the details of a specific KV store." }, { "info": { "name": "Delete a KV store", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fastly.com/resources/stores/kv/:store_id", "params": [ { "name": "store_id", "value": "", "type": "path", "description": "The alphanumeric string identifying the store." } ] }, "docs": "Deletes a specific KV store and all of its items." } ] } ], "bundled": true }