cURL
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.
Scope requirements
The ID of the specific event you're looking to pull.
If specified as true, will return a deleted event.
Event retrieved successfully
The event ID
The event status
The event name
The event label
Was this page helpful?