{ "opencollection": "1.0.0", "info": { "name": "Ghost Content and Admin APIs Admin - Images Content - Settings API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Content - Settings", "type": "folder" }, "items": [ { "info": { "name": "Read public site settings", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/content/settings/", "params": [ { "name": "key", "value": "", "type": "query", "description": "Content API key." } ] }, "docs": "Read public site settings" } ] } ], "bundled": true }