I am getting incorrect hubspot_owner_id from the Companies Object using REST API

Hey, I am trying to get the Company Owner from the GET /companies/v2/companies/paged REST API. I am using this field ‘hubspot_owner_id’ to get the owner. Although I get the response from the API, it always gives me the super admin as owner. Can someone help me?

Hello @ayyub-kolsawala

Could you show us the request url that you are using? It should look something like this
https://api.hubapi.com/companies/v2/companies/paged?hapikey=XXXX&properties=hubspot_owner_id

Hey, I tested again with a customer yesterday and this time I could get correct hubspot owner id. I believe it’s resolved. Thanks for your time.