{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Publishing and Scheduling API", "version": "3.0.0" }, "items": [ { "info": { "name": "Publishing and Scheduling", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Schedule a Blog Post", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/posts/schedule", "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://app.hubspot.com/oauth/authorize", "accessTokenUrl": "https://api.hubapi.com/oauth/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Schedule a blog post for publication at a specific date and time." } ] } ], "bundled": true }