メインコンテンツへスキップ
GET
/
marketing
/
v3
/
marketing-events
/
{appId}
/
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

承認

Authorization
string
header
必須

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

パスパラメータ

appId
integer<int32>
必須

レスポンス

successful operation

appId
integer<int32>
必須

設定の対象となるアプリケーションのID

eventDetailsUrl
string
必須

IDを基準にマーケティングイベントの詳細を取得するために使用されるURL

Last modified on April 13, 2026