メインコンテンツへスキップ
POST
/
marketing
/
marketing-events
/
2026-03
/
{appId}
/
settings
アプリケーション設定を更新
curl --request POST \
  --url https://api.hubapi.com/marketing/marketing-events/2026-03/{appId}/settings \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "eventDetailsUrl": "<string>"
}
'
{
  "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>
必須

ボディ

application/json
eventDetailsUrl
string
必須

IDを基準にマーケティングイベントの詳細を取得するために使用されるURL。 イベントIDに置き換えられる「%s」文字シーケンスが含まれている必要があります。例:「https://my.event.app/events/%s」

レスポンス

successful operation

appId
integer<int32>
必須

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

eventDetailsUrl
string
必須

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

Last modified on April 13, 2026