GET
/
marketing
/
v3
/
marketing-events
/
{appId}
/
settings
アプリケーション設定を取得
curl --request GET \
  --url https://api.hubapi.com/marketing/v3/marketing-events/{appId}/settings
{
  "appId": 123,
  "eventDetailsUrl": "<string>"
}
サポートされる製品
次のいずれかの製品またはそれ以上が必要です。
Marketing HubMarketing Hub無料ツール
Sales HubSales Hub無料ツール
Service HubService Hub無料ツール
Content HubContent HubStarter

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer
required

設定を取得するアプリケーションのID。

Response

200
application/json

successful operation

The response is of type object.