Zum Hauptinhalt springen
GET
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
View event visibility settings
curl --request GET \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility?hapikey='
{
  "createdAt": "2023-11-07T05:31:56Z",
  "visibilitySettings": [
    {
      "eventType": "ALL",
      "updatedAt": 123,
      "showInReporting": true,
      "showInTimeline": true,
      "showInWorkflows": true
    }
  ]
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.

Antwort

successful operation

createdAt
string<date-time>
erforderlich
visibilitySettings
object[]
erforderlich
Last modified on April 9, 2026