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

KeyDatatypeRequiredDescription
AuthorizationstringReplace YOUR_ACCESS_TOKEN with your actual OAuth access token.