{ "opencollection": "1.0.0", "info": { "name": "Zen Planner Classes Locations API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.partners.daxko.com/v3/partners/oauth2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Locations", "type": "folder" }, "items": [ { "info": { "name": "Retrieve locations", "type": "http" }, "http": { "method": "GET", "url": "https://api.partners.daxko.com/api/v1/locations" }, "docs": "Retrieve a list of locations (studios) for the account." } ] } ], "bundled": true }