{ "opencollection": "1.0.0", "info": { "name": "Ghost Content and Admin APIs Admin - Images Admin - Site API", "version": "5.0" }, "request": { "auth": { "type": "apikey", "key": "key", "value": "{{key}}", "placement": "query" } }, "items": [ { "info": { "name": "Admin - Site", "type": "folder" }, "items": [ { "info": { "name": "Read public site metadata", "type": "http" }, "http": { "method": "GET", "url": "https://{admin_domain}/ghost/api/admin/site/", "headers": [ { "name": "Accept-Version", "value": "" } ] }, "docs": "Returns basic public site data including title, url, and version." } ] } ], "bundled": true }