{ "opencollection": "1.0.0", "info": { "name": "Aptly App Company API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-token", "value": "{{x-token}}", "placement": "header" } }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "Get company info", "type": "http" }, "http": { "method": "GET", "url": "https://core-api.getaptly.com/api/company/info", "auth": { "type": "apikey", "key": "x-token", "value": "{{x-token}}", "placement": "header" } }, "docs": "Returns the name, address, contact details, and logo URL for the company associated with the API key." } ] } ], "bundled": true }