v1
latestOpenAPI 3.1.02026-07-1451089.2 KBUpdate a contact
Update a contact by providing the contact key.
post/contacts/{contactKey}
Path parameters
contactKeystring required
Contact key
Request body
Response
200
Example response
{
"teamKey": "agxzfm1haWxmb29nYWVyEQsSBFRlYW0YgICIvJO1pQgM",
"givenName": "Billie",
"familyName": "Jean",
"title": "Not my lover",
"emailAddresses": [
"mike.jackson@gmail.com"
],
"phoneNumbers": [
"919.989.9909"
],
"addresses": [
"4406 W Beach Park Drive"
],
"twitterHandle": "@justagirlwhothinksthatIamtheone",
"creationDate": 1501633590512,
"key": "VGVhbUNvbnRhY3Qsfn5zdHJlYWtsb25naWR-fjc1MTg3NDcyMDY"
}