curl --request GET \
--url https://api.hubapi.com/crm/limits/2026-03/associations/records/{fromObjectTypeId}/to \
--header 'Authorization: Bearer <token>'{
"results": [
{
"hasRecordsAtLimit": true,
"hasRecordsNearLimit": true,
"objectTypeId": "<string>",
"pluralLabel": "<string>",
"singularLabel": "<string>"
}
]
}Renvoie les objets pour lesquels l’objet de départ possède des fiches d’informations qui sont proches des limites de l’association ou les atteignent
curl --request GET \
--url https://api.hubapi.com/crm/limits/2026-03/associations/records/{fromObjectTypeId}/to \
--header 'Authorization: Bearer <token>'{
"results": [
{
"hasRecordsAtLimit": true,
"hasRecordsNearLimit": true,
"objectTypeId": "<string>",
"pluralLabel": "<string>",
"singularLabel": "<string>"
}
]
}