curl --request GET \
--url https://api.hubapi.com/crm/v3/associations/{fromObjectType}/{toObjectType}/types \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "1",
"name": "contact_to_company"
}
]
}HubSpotで指定されたオブジェクトタイプ間の関連付けのタイプを取得します。
curl --request GET \
--url https://api.hubapi.com/crm/v3/associations/{fromObjectType}/{toObjectType}/types \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "1",
"name": "contact_to_company"
}
]
}