Account
Accounts represent potential customers. The object contains information about the location and current status of the account.
📄️ Add Account
Adds a new account and returns the created object.
📄️ List Accounts
Lists all accounts, or a subset thereof.
📄️ Remove Account
Removes (deletes) an existing account.
📄️ Update Account
Updates an existing account and returns the updated object.
📄️ Upsert Account
Creates or updates an account based on provided data.
📄️ Account Webhooks
This webhook is triggered when an action is taken on an account.