{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Namespaces API", "version": "4.0.0" }, "items": [ { "info": { "name": "Namespaces", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Durable Object Namespaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/durable_objects/namespaces", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Returns all Durable Object namespaces for the account." }, { "info": { "name": "Cloudflare List Kv Namespaces", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "page", "value": "10", "type": "query", "description": "Page number of results." }, { "name": "per_page", "value": "10", "type": "query", "description": "Number of results per page." } ] }, "docs": "Returns a paginated list of all KV namespaces for the account." }, { "info": { "name": "Cloudflare Create Kv Namespace", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new KV namespace for the account." }, { "info": { "name": "Cloudflare Get Kv Namespace", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces/:namespace_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "namespace_id", "value": "", "type": "path", "description": "The unique identifier of the KV namespace." } ] }, "docs": "Retrieve details of a specific KV namespace." }, { "info": { "name": "Cloudflare Rename Kv Namespace", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces/:namespace_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "namespace_id", "value": "", "type": "path", "description": "The unique identifier of the KV namespace." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rename a KV namespace." }, { "info": { "name": "Cloudflare Delete Kv Namespace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/storage/kv/namespaces/:namespace_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "namespace_id", "value": "", "type": "path", "description": "The unique identifier of the KV namespace." } ] }, "docs": "Delete a KV namespace and all its key-value pairs." } ] } ], "bundled": true }