{ "opencollection": "1.0.0", "info": { "name": "Fastly Account ACL Content Status API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Fastly-Key", "value": "{{Fastly-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Content Status", "type": "folder" }, "items": [ { "info": { "name": "Check Content Cache Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.fastly.com/content/edge_check", "params": [ { "name": "url", "value": "", "type": "query" } ] }, "docs": "Check Content Cache Status" } ] } ], "bundled": true }