Zum Hauptinhalt springen
POST
/
marketing
/
v3
/
marketing-events
/
{appId}
/
settings
Update the application settings
curl --request POST \
  --url 'https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings?hapikey=' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventDetailsUrl": "<string>"
}
'
{
  "appId": 123,
  "eventDetailsUrl": "<string>"
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

Body

application/json
eventDetailsUrl
string
erforderlich

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

Antwort

successful operation

appId
integer<int32>
erforderlich

The id of the application the settings are for

eventDetailsUrl
string
erforderlich

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

Last modified on April 9, 2026