curl --request GET \
--url https://api.hubapi.com/reports/v2/events/{id}{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}Given an event ID, returns a specific event definition in a given portal.
curl --request GET \
--url https://api.hubapi.com/reports/v2/events/{id}{
"id": "<string>",
"status": "<string>",
"name": "<string>",
"label": "<string>"
}Scope requirements
The ID of the specific event you're looking to pull.
If specified as true, will return a deleted event.
Was this page helpful?