Skip to main content
POST
/
marketing
/
marketing-events
/
2026-03
/
{appId}
/
settings
cURL
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

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

Body

application/json
eventDetailsUrl
string
required

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

Response

successful operation

appId
integer<int32>
required

The id of the application the settings are for

eventDetailsUrl
string
required

The url that will be used to fetch marketing event details by id

Last modified on March 30, 2026