curl --request GET \
--url https://api.hubapi.com/reports/v2/events[
{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}
]This endpoint is used to get data for all events in a HubSpot account with a Marketing Hub Enterprise subscription.
curl --request GET \
--url https://api.hubapi.com/reports/v2/events[
{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}
]Was this page helpful?