How to get Label along with internal-value(hubspot_owner_id) of a Deal Owner in Deals API response

Hi Team,

Could you please assist us how we can fetch label along with internal-value(hubspot_owner_id) of a Deal Owner in Deals API response?

Currently we are only receiving internal-value in the response.

Hey, @Akshay1 :waving_hand: Welcome to the community! To confirm, the Deals API returns only the internal value hubspot_owner_id in the response.

If you need the name (label) of the owner, you’d need to make an additional API call to the Owners API with the hubspot_owner_id you obtained from the Deals API response. This second API call will provide you with the information of the owner, including their name. You could cache these names (labels) and only update it if you don’t have a match between name and ID.

Please let me know if you have any more questions!

Best,

Jaycee