curl --request GET \
--url https://api.hubapi.com/marketing/marketing-events/2026-03/{objectId} \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"customProperties": [
{
"name": "<string>",
"value": "<string>"
}
],
"eventName": "<string>",
"objectId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"appInfo": {
"id": "<string>",
"name": "<string>"
},
"attendees": 123,
"cancellations": 123,
"endDateTime": "2023-11-07T05:31:56Z",
"eventCancelled": true,
"eventCompleted": true,
"eventDescription": "<string>",
"eventOrganizer": "<string>",
"eventStatus": "<string>",
"eventStatusV2": "<string>",
"eventType": "<string>",
"eventUrl": "<string>",
"externalEventId": "<string>",
"noShows": 123,
"registrants": 123,
"startDateTime": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.hubapi.com/marketing/marketing-events/2026-03/{objectId} \
--header 'Authorization: Bearer <token>'{
"createdAt": "2023-11-07T05:31:56Z",
"customProperties": [
{
"name": "<string>",
"value": "<string>"
}
],
"eventName": "<string>",
"objectId": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"appInfo": {
"id": "<string>",
"name": "<string>"
},
"attendees": 123,
"cancellations": 123,
"endDateTime": "2023-11-07T05:31:56Z",
"eventCancelled": true,
"eventCompleted": true,
"eventDescription": "<string>",
"eventOrganizer": "<string>",
"eventStatus": "<string>",
"eventStatusV2": "<string>",
"eventType": "<string>",
"eventUrl": "<string>",
"externalEventId": "<string>",
"noShows": 123,
"registrants": 123,
"startDateTime": "2023-11-07T05:31:56Z"
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The internal id of the marketing event in HubSpot.
successful operation
The creation date and time of the marketing event
Show child attributes
The name of the marketing event
The internal ID of the marketing event in HubSpot
The update date and time of the marketing event
Show child attributes
Number of attended contact records of a marketing event
Number of cancelled contact records of a marketing event
The end date and time of the marketing event
Indicates if the marketing event has been cancelled
Indicates if the marketing event has been completed
The description of the marketing event
The name of the organizer of the marketing event
The status of the marketing event
The type of the marketing event
A URL in the external event application where the marketing event can be managed
The ID that is associated with this marketing event in the external event application
Number of no-show contact records of a marketing event
Number of registered contact records of a marketing event
The start date and time of the marketing event
Was this page helpful?