{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Ownership API", "version": "4.0.0" }, "items": [ { "info": { "name": "Ownership", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Validate Ownership", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/zones/:zone_id/logpush/ownership", "params": [ { "name": "zone_id", "value": "", "type": "path", "description": "The unique identifier of the zone." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate ownership of a destination for Logpush by providing the ownership challenge token." }, { "info": { "name": "Cloudflare Confirm Ownership", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/zones/:zone_id/logpush/ownership/validate", "params": [ { "name": "zone_id", "value": "", "type": "path", "description": "The unique identifier of the zone." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Confirm ownership of the destination using the ownership token." } ] } ], "bundled": true }