Question: True or false? You would have to make another call to the contacts endpoint to get more information on the contacts associated with a company.
- True
- False
Explanation
This is true because the association response returns connected record references, not the full details of each connected contact. HubSpot associations identify which records are related, while object endpoints return the complete record data. After retrieving associated contact IDs from a company record, a separate request to the contacts API is needed to access contact properties. This keeps relationship lookup separate from full record retrieval. The same structure helps reduce unnecessary response size when only associations are required.
Why the other options are incorrect
False This is incorrect because associated contact IDs do not automatically include full contact record details.
Source for verification
https://developers.hubspot.com/docs/guides/api/crm/associations/associations-v4
https://developers.hubspot.com/docs/reference/api/crm/objects/objects/contacts
The answer(s) to the question is highlighted in the BOLD text above. You can also find more questions and answers related to the exams on the "Integrating With HubSpot I: Foundations" page.
