{ "opencollection": "1.0.0", "info": { "name": "API Documentation appointments credentials API", "version": "1.176" }, "items": [ { "info": { "name": "credentials", "type": "folder" }, "items": [ { "info": { "name": "Rotate Credentials", "type": "http" }, "http": { "method": "POST", "url": "https://api-developer-sandbox.zocdoc.com/v1/credentials/rotate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://auth.zocdoc.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Rotate the client secret for the authenticated external API client.\n" } ] } ], "bundled": true }