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