API version 2.0
Access API
Contacts
3min
the contact resource is the primary way of interacting with successeve you can create, update and delete your contacts, and add custom attributes describing them contacts can be viewed individual model attribute type description object string value is ‘contact’ id string the salesmachine internal id representing the contact created at timestamp the time (in seconds) the contact was added to successeve unique id string the contact unique id you have defined for the contact archived boolean true if the contact has been archived data object the custom attributes you have set on the contact salesmachine object the successeve metrics accounts list a list of accounts for the contact { "object" "contact", "id" "5d3bae5bcb4a287b44583a55", "unique id" "5d3bae4cf92ea13a3dfb542e", "created at" 1564192347, "archived" false, "data" { "name" "john doe" }, "salesmachine" { "health" "good" }, "stage" { "name" "trial", "id" "5b2bc014ce8d8355c6d48b70" }, "accounts" { "object" "account list", "data" \[ { "id" "5d3bae278cae234bef95405a" } ] } }