curl --request GET \
--url https://api.hubapi.com/crm/associations/2026-03/definitions/configurations/all \
--header 'Authorization: Bearer <token>'{
"results": [
{
"typeId": 123,
"label": "<string>",
"userEnforcedMaxToObjectIds": 123
}
]
}オブジェクト間の設定済み関連付け制限を全て取得します。これには、さまざまなCRMオブジェクトタイプが互いにどのように関連付けられているかに関する詳細が含まれます。
curl --request GET \
--url https://api.hubapi.com/crm/associations/2026-03/definitions/configurations/all \
--header 'Authorization: Bearer <token>'{
"results": [
{
"typeId": 123,
"label": "<string>",
"userEnforcedMaxToObjectIds": 123
}
]
}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
Required Scopes