{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Workers API", "version": "4.0.0" }, "items": [ { "info": { "name": "Workers", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Workers", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Returns a paginated list of all Workers for an account." }, { "info": { "name": "Cloudflare Create Worker", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Establish a new Worker with the provided configuration." }, { "info": { "name": "Cloudflare Get Worker", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers/:worker_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "worker_id", "value": "", "type": "path", "description": "The unique identifier of the Worker." } ] }, "docs": "Retrieve details of a specific Worker by its identifier." }, { "info": { "name": "Cloudflare Replace Worker", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers/:worker_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "worker_id", "value": "", "type": "path", "description": "The unique identifier of the Worker." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Complete replacement of Worker properties." }, { "info": { "name": "Cloudflare Edit Worker", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers/:worker_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "worker_id", "value": "", "type": "path", "description": "The unique identifier of the Worker." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Partial update preserving unchanged fields." }, { "info": { "name": "Cloudflare Delete Worker", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/workers/workers/:worker_id", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "worker_id", "value": "", "type": "path", "description": "The unique identifier of the Worker." } ] }, "docs": "Remove a Worker and all associated resources." } ] } ], "bundled": true }