curl --request POST \
--url https://api.hubapi.com/media-bridge/2026-03/{appId}/settings/video-association-definition \
--header 'Authorization: Bearer <token>'{
"fromObjectTypeId": "<string>",
"id": "<string>",
"toObjectTypeId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request POST \
--url https://api.hubapi.com/media-bridge/2026-03/{appId}/settings/video-association-definition \
--header 'Authorization: Bearer <token>'{
"fromObjectTypeId": "<string>",
"id": "<string>",
"toObjectTypeId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"name": "<string>",
"updatedAt": "2023-11-07T05:31:56Z"
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
The definition of an association
ソースオブジェクトタイプのID(例:コンタクトの場合は0-1)。
関連付けられたオブジェクトの固有ID(例:コンタクトID)。
ターゲットオブジェクトタイプのID(例:取引の場合は0-3)。
関連付けが作成された時刻のタイムスタンプ(ISO 8601形式)。
ラベル付き関連付けタイプの場合、関連付けの内部名。
ISO 8601形式の関連付けが最後に更新されたときのタイムスタンプ。