curl --request GET \
--url https://api.hubapi.com/reports/v2/events/batch[
{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}
]Given a batch of event IDs, returns a list of event definitions in a given portal.
curl --request GET \
--url https://api.hubapi.com/reports/v2/events/batch[
{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}
]Scope requirements
The ID of an event. Can be included multiple times to pull multiple events.
If specified as true, will include deleted events.
Was this page helpful?