API version 2.0
Tracking API
Account
2min
Account object is the main entity to collect account data. An account is a collection of contacts and a contact can belong to several accounts.
POST
Request
Body Parameters
account_uid
required
String
Unique identifier referring to an account, it must match a unique ID in your application like database ID.
params.name
optional
String
Account name.
name | Format | Description |
---|---|---|
mrr | number | MRR Value |
domain | string | Domain is used for enriching account info |
churn_date | date | Date when the account has churned (Timestamp) |
churn_mrr | number | MRR Value when the account has churned |
churn_reason | string | unique_id defining the reason why account has churned (Snake Case) |
churn_comment | string | Comment to explain why account has churned |