Pink Jazz
Pink Jazz

Reputation: 802

How to get ZIP code from Company using HubSpot API (Node.js)?

I am new with the HubSpot API and was working with the sample code from the HubSpot Academy tutorials, and would like to narrow down the API call to the ZIP code. How would I do this using Node.js?

The example is from this course: https://academy.hubspot.com/courses/introduction-to-hubspot-apis

I would like to be able to get the ZIP code from a company, but there are no clear instructions anywhere I could find online.

Upvotes: 0

Views: 64

Answers (1)

itoctopus
itoctopus

Reputation: 4251

See the HubSpot API call for getting companies here. Once you get the company, the zip code should be in the properties attribute.

Upvotes: 0

Related Questions