There's a new version of the HubSpot API

As of November 30, 2022, HubSpot API keys are no longer a supported authentication method for accessing HubSpot APIs. Instead, you should use a private app access token or OAuth to authenticate API calls. Learn more about this change and how to migrate an API key integration to use a private app instead.

Get Publishing Channels

Last updated May 15, 2023

GET /broadcast/v1/channels/setting/publish/current

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing

Get details on the channels (e.g. Twitter account, Facebook page) connected to this portal that can be published to.

A "channel" is a specific destination like a Twitter profile, Facebook Page or LinkedIn Group. An account added to HubSpot may contain several channels, such as a Facebook account having access to several Facebook Pages.

Required Parameters How to use Description
OAuth access token or private app access token Authorization: Bearer {token} header Used to authenticate the request. Please see this page for more details about authentication.