API version 2.0
Access API
Accounts
3 min
the account resource allow you to represent commercial organizations using your product each account will have its own description and be associated with contacts you can create and update companies and add custom attributes describing them accounts can be viewed individually or as a list model an account object contains the following fields attribute type description object string value is ‘account’ id string salesmachine internal id representing the account created at timestamp the time (in seconds) the account was added to successeve unique id string the account unique id you have defined for the account data object the custom attributes you have set on the account salesmachine object the successeve metrics contacts list a list of contacts for the account { "object" "account", "id" "5d3bae5bcb4a287b44583a55", "unique id" "5d3bae4cf92ea13a3dfb542e", "created at" 1564192347, "data" { "name" "acme corp" }, "salesmachine" { "health" "good" }, "stage" { "name" "trial", "id" "5b2bc014ce8d8355c6d48b70" }, "contacts" { "object" "contact list", "data" \[ { "id" "5d3bae278cae234bef95405a" } ] } }