CRM

DA8
Member

How to find primary companies associated with contacts

SOLVE

From which API i can find primary company associated with contact?

0 Upvotes
1 Accepted solution
PamCotton
Solution
Community Manager
Community Manager

How to find primary companies associated with contacts

SOLVE

Hey @DA8, thank you for posting in our Community!

 

To find the primary company associated with a contact, you can use the CRM Associations API. This API allows you to retrieve associations between contacts and companies, including the primary company. Look for the association type primary when querying. You can find more details in HubSpot’s API documentation to guide you through the implementation.

 

Kindly,

Pam

Você sabia que a Comunidade está disponível em outros idiomas?
Participe de conversas regionais, alterando suas configurações de idioma !


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




View solution in original post

0 Upvotes
2 Replies 2
PamCotton
Solution
Community Manager
Community Manager

How to find primary companies associated with contacts

SOLVE

Hey @DA8, thank you for posting in our Community!

 

To find the primary company associated with a contact, you can use the CRM Associations API. This API allows you to retrieve associations between contacts and companies, including the primary company. Look for the association type primary when querying. You can find more details in HubSpot’s API documentation to guide you through the implementation.

 

Kindly,

Pam

Você sabia que a Comunidade está disponível em outros idiomas?
Participe de conversas regionais, alterando suas configurações de idioma !


Did you know that the Community is available in other languages?
Join regional conversations by changing your language settings !




0 Upvotes
DA8
Member

How to find primary companies associated with contacts

SOLVE

Hey @PamCotton,  Thanks for your response it is really helpfull. I found this API endpoint https://api.hubapi.com/crm/v4/associations/{fromObjectType}/{toObjectType}/batch/read for associtaion of contacts. But my further question is in this API, is there any limit of result? Because i found "after" field here but not found any limit. i think it is retriving all records depends on input id

0 Upvotes