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"
}
]
}Retrieve the types of associations between specified object types in 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"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
Was this page helpful?