Update a contact

Update a contact by providing the contact key.

Log in to see full request history

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.

Path Params
string
required

Contact key

Body Params
string

First name

string

Last name

array of strings

The only email addresses associated with the contact will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).

emailAddresses
string

Contact's title/description

string

Notes or other uncategorized information.

array of strings

The only addresses associated with the contact will be the ones you include here; make sure to include any previously associated addresses as well as the new one(s).

addresses
array of strings

The only phone numbers associated with the contact will be the ones you include here; make sure to include any previously associated numbers as well as the new one(s).

phoneNumbers
string
string
string
string
string

Streak team key

Responses

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json