List all accounts

Retrieve all existing account

{ "accounts": [ { "name": "First Example Account", "accountUrl": null, "createdTimestamp": "2019-04-29T07:51:31-05:00", "updatedTimestamp": "2019-04-29T07:51:31-05:00", "contactCount": "1", "dealCount": "3", "links": [ "notes": "https://:account.api-us1.com/api/:version/accounts/1/notes", "accountCustomFieldData": "https://:account.api-us1.com/api/:version/accounts/1/accountCustomFieldData", "accountContacts": "https://:account.api-us1.com/api/:version/accounts/1/accountContacts"], "id": "1" }, { "name": "Second Example Account", "accountUrl": null, "createdTimestamp": "2019-04-29T07:51:32-05:00", "updatedTimestamp": "2019-04-29T07:51:32-05:00", "contactCount": "2", "dealCount": "5", "links": [ "notes": "https://:account.api-us1.com/api/:version/accounts/2/notes", "accountCustomFieldData": "https://:account.api-us1.com/api/:version/accounts/2/accountCustomFieldData", "accountContacts": "https://:account.api-us1.com/api/:version/accounts/2/accountContacts"], "id": "2" } ], "meta": { "total": "2" } }
Query Params
string

Search by name

boolean

Whether to compute the contactCount and dealCount counts for the number of contacts/deals associated with each account. Set it to true to include the right counts. If set to false or omitted from the call, then contactCount and dealCount will not be counted and be simply displayed as 0.

Responses

Language
Credentials
URL
Choose an example:
application/json