curl --request GET \
--url https://api.hubapi.com/marketing/marketing-events/2026-03/{appId}/settings \
--header 'Authorization: Bearer <token>'{
"appId": 123,
"eventDetailsUrl": "<string>"
}アプリケーションの現在の設定を取得します。
curl --request GET \
--url https://api.hubapi.com/marketing/marketing-events/2026-03/{appId}/settings \
--header 'Authorization: Bearer <token>'{
"appId": 123,
"eventDetailsUrl": "<string>"
}