CMS
English
cURL
curl --request GET \ --url https://api.hubapi.com/media-bridge/v1/{appId}/settings/event-visibility
{ "createdAt": "2023-11-07T05:31:56Z", "visibilitySettings": [ { "showInWorkflows": true, "showInReporting": true, "eventType": "ALL", "showInTimeline": true, "updatedAt": 123 } ] }
Get the visibility settings for media bridge events for your apps.
successful operation
The response is of type object.
object
Was this page helpful?