Zum Hauptinhalt springen
PATCH
/
media-bridge
/
v1
/
{appId}
/
settings
/
event-visibility
Create or update event visibility settings
curl --request PATCH \
  --url 'https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventType": "ALL",
  "updatedAt": 123,
  "showInReporting": true,
  "showInTimeline": true,
  "showInWorkflows": true
}
'
{
  "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.

Body

application/json
eventType
enum<string>
erforderlich
Verfügbare Optionen:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer<int64>
erforderlich
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean

Antwort

successful operation

eventType
enum<string>
erforderlich
Verfügbare Optionen:
ALL,
ATTENTION_SPAN,
MEDIA_PLAYS,
MEDIA_PLAYS_PERCENT
updatedAt
integer<int64>
erforderlich
showInReporting
boolean
showInTimeline
boolean
showInWorkflows
boolean
Last modified on April 9, 2026