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 ?
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.
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.