We offer a collection of Account APIs that may appear to overlap with some of your CRM systems. Our APIs, even when returning CRM objects, always include platform-specific data. For example, accounts returned by our APIs may include Engagement Level trends.
How to make a request
Path | Return all accounts | |
Path | /v0/public/accounts/{id} | Return an account by ID |
Path | /v0/public/accounts/crm-id/{id} | Return an account by account crm_id |
Method | GET |
|
Pagination | Yes |
|
Schema
Field | Type | Description |
account_id | integer | Unique Backstory identifier for the account |
account_crm_id | string | Unique CRM identifier for the account |
account_owner_crm_id | string | Unique CRM identifier for the account owner |
created_by_crm_id | string | Unique CRM identifier for the user who created athe ccount |
modified_by_crm_id | string | Unique CRM identifier for the user who modified athe ccount |
type | string | Type of account as stated in CRM |
name | string | Name of the account |
source | string | Source of account as stated in CRM |
account_is_deleted | boolean | States if the account has been deleted |
account_is_active | boolean | States if the account is active |
