{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Post Cloning API", "version": "3.0.0" }, "items": [ { "info": { "name": "Post Cloning", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Clone a Blog Post", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/posts/clone", "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": "Create a copy of an existing blog post." } ] } ], "bundled": true }