{ "opencollection": "1.0.0", "info": { "name": "PushPress Platform ApiKeys Company API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "API-KEY", "value": "{{API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Company", "type": "folder" }, "items": [ { "info": { "name": "Get company details", "type": "http" }, "http": { "method": "GET", "url": "https://api.pushpress.com/v3/company" }, "docs": "Retrieves details for the company (gym) the API key is scoped to." } ] } ], "bundled": true }