HubSpot

Generated from:

Create a POST request to HubSpot to create a new contact

Request

POST

URL

https://api.hubapi.com/contacts/v1/contact

Headers

AuthorizationBearer {{HUBSPOT_ACCESS_TOKEN}}
Content-Typeapplication/json

Body

{"properties":[{"property":"email","value":"{{CONTACT_EMAIL}}"},{"property":"firstname","value":"{{CONTACT_FIRSTNAME}}"},{"property":"lastname","value":"{{CONTACT_LASTNAME}}"}]}

This request was generated from:

Create a POST request to HubSpot to create a new contact

Generate your own →

Type any API. Get a production-ready request. No login required.