v1

latestOpenAPI 3.1.02026-07-1451089.2 KB

Get a contact

Gets a given contact by providing the contact key.

get/contacts/{contactKey}

Path parameters

contactKeystring required

Contact key

Response

200

teamKeystring
emailAddressesstring[]
lastEnrichmentTimestampinteger
lastSavedUserKeystring
creatorKeystring
creationDateinteger
keystring
versionTimestampinteger
lastSavedTimestampinteger

Example response

{
  "teamKey": "agxzfm1haWxmb29nYWVyDgsSBFRlYW0Y2b2FiBYM",
  "emailAddresses": [
    "sushiritto@gmail.com"
  ],
  "lastEnrichmentTimestamp": 1500496120500,
  "lastSavedUserKey": "agxzfm1haWxmb29nYWVyLQsSDE9yZ2FuaXphdGlvbiIKc3RyZWFrLmNvbQwLEgRVc2VyGICAgLzluZUKDA",
  "creatorKey": "agxzfm1haWxmb29nYWVyLQsSDE9yZ2FuaXphdGlvbiIKc3RyZWFrLmNvbQwLEgRVc2VyGICAgLzluZUKDA",
  "creationDate": 1500496093244,
  "key": "VGVhbUNvbnRhY3Qsfn5zdHJlYWtsb25naWR-fjc1MDI1NzcxMzk",
  "versionTimestamp": 1500496120500,
  "lastSavedTimestamp": 1500496120501
}