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
}
]
}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
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?