How do you get the Company owner from the companies API

Hi @BrianM2

If you use the Get all companies endpoint of the Companies API you can include the hubspot_owner_id property in the properties parameter as follows:

https://api.hubapi.com/companies/v2/companies/paged?hapikey=***yourapikey***&properties=name&properties=**hubspot\_owner\_id**

You then need to match this up to a list of your Hubspot owners.

Edit: In reading your question again, you may be looking for a way to just pull companies with a specific owner ID. I don’t see a way to do this directly through one API request.