Lead Gen & CRM has a distinct API organization. This article will detail the methods listed within the Lead Gen & CRM API, related to Accounts.
Administrators | ✓ | |
Company Managers | ||
Marketing Managers | ||
Sales Managers | ||
Salespersons | ||
Jr. Salespersons |
This article provides specific method content about Lead Gen & CRM's API. However, given the size and scope of the API, information is broken up and is contained in different articles. Each article focuses on a specific function of Lead Gen & CRM's API. Additional API information can be found in the following articles:
createAccounts | Specifies a list of Account objects to be created in Lead Gen & CRM. | |||||
Params | Name | Type | Is Required | |||
objects | list<account> | Required | ||||
Return Data | Name | Type | ||||
creates | list<createResult> |
deleteAccounts | Specifies a list of Account IDs to be deleted in Lead Gen & CRM. | |||||
Params | Name | Type | Is Required | |||
objects | list<id> | Required | ||||
Return Data | Name | Type | ||||
deletes | list<deleteResult> |
getAccount | Retrieves a single Account by its ID. | |||||
Params | Name | Type | Is Required | |||
id | int | Required | ||||
Return Data | Name | Type | ||||
accounts | list<Account> |
getAccounts | Retrieves a list of Accounts given a WHERE clause, or retrieves all Accounts if WHERE clause is empty. | |||||
Params | Name | Type | Is Required | |||
where |
hash | Required | ||||
limit | int | Optional | ||||
offset | int |
Optional | ||||
Return Data | Name | Type | ||||
accounts |
list<Account> |
getAccountsDateRange | Retrieves a list of Accounts that have been either created or updated between two timestamps. Timestamps must be specified in Y-m-d H:i:s format. | |||||
Params | Name | Type | Is Required | |||
startDate | timestamp |
Required | ||||
endDate | timestamp |
Required | ||||
timestamp |
string | Required | ||||
Return Data | Name | Type | ||||
Accounts |
list<Account> |
updateAccounts | Specifies a list of Account objects to be updated in Lead Gen & CRM. | |||||
Params | Name | Type | Is Required | |||
objects | list<account> | Required | ||||
Return Data | Name | Type | ||||
updates | list<updateResult> |
Copyright © 2025 · All Rights Reserved · Constant Contact · Privacy Center