{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Messages API", "version": "4.0.0" }, "items": [ { "info": { "name": "Messages", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Send Message", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/queues/:queue_id/messages", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "queue_id", "value": "", "type": "path", "description": "The unique identifier of the queue." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a single message to the queue." }, { "info": { "name": "Cloudflare Send Message Batch", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/queues/:queue_id/messages/batch", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "queue_id", "value": "", "type": "path", "description": "The unique identifier of the queue." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send multiple messages to the queue in a single request." }, { "info": { "name": "Cloudflare Pull Messages", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/queues/:queue_id/messages/pull", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "queue_id", "value": "", "type": "path", "description": "The unique identifier of the queue." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve a batch of messages from the queue for processing." }, { "info": { "name": "Cloudflare Acknowledge Messages", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/queues/:queue_id/messages/ack", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "queue_id", "value": "", "type": "path", "description": "The unique identifier of the queue." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Acknowledge and optionally retry messages from the queue. Acknowledged messages are permanently removed from the queue." } ] } ], "bundled": true }