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 \
  --header 'Authorization: Bearer <token>'
{
  "appId": 123,
  "eventDetailsUrl": "<string>"
}

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

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