Zum Hauptinhalt springen
GET
/
marketing
/
v3
/
marketing-events
/
{appId}
/
settings
Retrieve the application settings
curl --request GET \
  --url 'https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings?hapikey='
{
  "appId": 123,
  "eventDetailsUrl": "<string>"
}

Supported products

Autorisierungen

hapikey
string
query
erforderlich

Pfadparameter

appId
integer<int32>
erforderlich

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