cURL
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.
Scope requirements
If specified as true, include deleted events
Events retrieved successfully
The event ID
The event status
The event name
The event label
Was this page helpful?