APIs & Integrations

JMacasero
Contributor

Hubspot API for GET contacts and write them back

SOLVE

Is there a hubspot API available where i can manage to do a GET request to my contacts and also has a POST request to write my contacts or even a PUT or PATCH request to edit a specific contact data thru API ?

0 Upvotes
1 Accepted solution
evaldas
Solution
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

Hubspot API for GET contacts and write them back

SOLVE

Hi @JMacasero,

 

There are separate endpoints for GET and PATCH (for individual contacts). You could also utilize the batch update endpoint (POST) to update multiple existing contacts at once by their record ID, email, or other unique property.

 

Documentation and available endpoints can be found here: https://developers.hubspot.com/docs/api/crm/contacts

✔️ Did this post help answer your query? Help the community by marking it as a solution.

View solution in original post

1 Reply 1
evaldas
Solution
Key Advisor | Platinum Partner
Key Advisor | Platinum Partner

Hubspot API for GET contacts and write them back

SOLVE

Hi @JMacasero,

 

There are separate endpoints for GET and PATCH (for individual contacts). You could also utilize the batch update endpoint (POST) to update multiple existing contacts at once by their record ID, email, or other unique property.

 

Documentation and available endpoints can be found here: https://developers.hubspot.com/docs/api/crm/contacts

✔️ Did this post help answer your query? Help the community by marking it as a solution.