{ "opencollection": "1.0.0", "info": { "name": "HoneyBook API (Modeled) Clients Scheduler API", "version": "1.0-modeled" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://api.honeybook.com/oauth/authorize", "accessTokenUrl": "https://api.honeybook.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Scheduler", "type": "folder" }, "items": [ { "info": { "name": "List bookable session types", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeybook.com/v1/scheduler/session-types" }, "docs": "Scheduler is available on Essentials and Premium plans (unlimited session types); Starter is capped at one live session type." }, { "info": { "name": "List scheduled bookings", "type": "http" }, "http": { "method": "GET", "url": "https://api.honeybook.com/v1/scheduler/bookings" }, "docs": "List scheduled bookings" }, { "info": { "name": "Create a booking against a session type's availability", "type": "http" }, "http": { "method": "POST", "url": "https://api.honeybook.com/v1/scheduler/bookings", "body": { "type": "json", "data": "{}" } }, "docs": "Create a booking against a session type's availability" } ] } ], "bundled": true }