APIs & Integrations

Deemo
Member

Hubspot URL API call Create Contact

I am trying to construct a URL to run the create contact function using the Hubspot API. How do I construct the URL

e.g. https://api.hubapi.com/contacts/v1/contact?hapikey=myapikeygoeshere&properties=[object%20Object]&pro...

0 Upvotes
1 Reply 1
3PETE
HubSpot Employee
HubSpot Employee

Hubspot URL API call Create Contact

@Deemo Here is a link to the docs.

It would be a POST call so the properties wouldn’t live in the query string.

0 Upvotes