{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Multi-Language Management API", "version": "3.0.0" }, "items": [ { "info": { "name": "Multi-Language Management", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Detach Author From Language Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/authors/multi-language/detach-from-lang-group", "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": "Detach a blog author from their multi-language group." }, { "info": { "name": "Hubspot Set New Primary Language", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hubapi.com/cms/v3/blogs/authors/multi-language/set-new-lang-primary", "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": "Set a blog author as the primary language of a multi-language group." }, { "info": { "name": "Hubspot Attach Author to Language Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/authors/multi-language/attach-to-lang-group", "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": "Attach a blog author to an existing multi-language group." }, { "info": { "name": "Hubspot Create Language Variation", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/authors/multi-language/create-language-variation", "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 new language variation of an existing blog author." }, { "info": { "name": "Hubspot Detach Post From Language Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/posts/multi-language/detach-from-lang-group", "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": "Detach a blog post from its multi-language group." }, { "info": { "name": "Hubspot Set New Primary Language", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hubapi.com/cms/v3/blogs/posts/multi-language/set-new-lang-primary", "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": "Set a blog post as the primary language of a multi-language group." }, { "info": { "name": "Hubspot Attach Post to Language Group", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/posts/multi-language/attach-to-lang-group", "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": "Attach a blog post to an existing multi-language group." }, { "info": { "name": "Hubspot Create Language Variation", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/cms/v3/blogs/posts/multi-language/create-language-variation", "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 new language variation of an existing blog post." } ] } ], "bundled": true }