curl --request GET \
--url https://api.hubapi.com/crm/associations/2026-03/definitions/configurations/all \
--header 'Authorization: Bearer <token>'{
"results": [
{
"category": "HUBSPOT_DEFINED",
"typeId": 123,
"label": "<string>",
"userEnforcedMaxToObjectIds": 123
}
]
}Obtén todos los límites de asociaciones configurados entre objetos, que incluyen detalles sobre cómo se asocian entre sí los diferentes tipos de objetos del CRM.
curl --request GET \
--url https://api.hubapi.com/crm/associations/2026-03/definitions/configurations/all \
--header 'Authorization: Bearer <token>'{
"results": [
{
"category": "HUBSPOT_DEFINED",
"typeId": 123,
"label": "<string>",
"userEnforcedMaxToObjectIds": 123
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes