{ "opencollection": "1.0.0", "info": { "name": "API Documentation appointments webhook API", "version": "1.176" }, "items": [ { "info": { "name": "webhook", "type": "folder" }, "items": [ { "info": { "name": "Mock webhook request", "type": "http" }, "http": { "method": "POST", "url": "https://api-developer-sandbox.zocdoc.com/v1/webhook/mock-request", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.zocdoc.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Mock webhook request" } ] } ], "bundled": true }