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
{
  "createdAt": "2023-11-07T05:31:56Z",
  "visibilitySettings": [
    {
      "showInWorkflows": true,
      "showInReporting": true,
      "eventType": "ALL",
      "showInTimeline": true,
      "updatedAt": 123
    }
  ]
}
Supported products
Requires one of the following products or higher.
Marketing HubMarketing HubFree
Sales HubSales HubFree
Service HubService HubFree
Content HubContent HubFree

Authorizations

hapikey
string
query
required

Response

200
application/json

successful operation

The response is of type object.