Asked by Maximiliano Calderón on Oct 14, 2024
Maximiliano Calderón asked how to retrieve full details for a company's 'Main Contact' via API, as the company endpoint only returned the name, which wasn't usable with other APIs.
Answered by Stefan Jaeger
Stefan Jaeger suggested explicitly defining the properties needed in the API call. (Note: The better approach is typically to get the associated contact ID from the company and then query the contact directly).