Skip to main content
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

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

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