Create Contact
POST https://api.hubapi.com/crm/v3/objects/contacts
Request Body
{"properties"=>{"email"=>"newcontact@example.com", "firstname"=>"New", "lastname"=>"Contact", "website"=>"http://www.example.com", "company"=>"Example Company", "phone"=>"555-555-5555"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | Replace YOUR_ACCESS_TOKEN with your actual OAuth access token. |