curl --request POST \
--url 'https://api.hubapi.com/marketing/marketing-events/2026-03/{appId}/settings?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"eventDetailsUrl": "<string>"
}
'{
"appId": 123,
"eventDetailsUrl": "<string>"
}curl --request POST \
--url 'https://api.hubapi.com/marketing/marketing-events/2026-03/{appId}/settings?hapikey=' \
--header 'Content-Type: application/json' \
--data '
{
"eventDetailsUrl": "<string>"
}
'{
"appId": 123,
"eventDetailsUrl": "<string>"
}Supported products
The url that will be used to fetch marketing event details by id. Must contain a %s character sequence that will be substituted with the event id. For example: https://my.event.app/events/%s
Was this page helpful?