post https://api.streak.com/api/v2/contacts/
Update a contact by providing the contact key.
You can update the following fields on a contact:
givenName
, familyName
, title
, other
, twitterHandle
, facebookHandle
, linkedinHandle
, photoUrl
, addresses
, phoneNumbers
, and emailAddresses
.
All of these fields are strings except for the last three, which are arrays (of strings).
Content Type and Auth
Make sure to include
-H "Content-Type: application/json"
and your authorization in any request you make on your own.