{ "opencollection": "1.0.0", "info": { "name": "Acuity Scheduling Appointments Meta API", "version": "1.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Meta", "type": "folder" }, "items": [ { "info": { "name": "Get metadata", "type": "http" }, "http": { "method": "GET", "url": "https://acuityscheduling.com/api/v1/meta" }, "docs": "Metadata for Acuity services, including webhook origin CIDRs." } ] } ], "bundled": true }