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
}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
The appId for the media bridge app. It is possible to have multiple apps in your developer account that use the media bridge.
Was this page helpful?