Count Accounts
Count the found accounts in your top account list.
Returns the total number of found accounts in the workspace's top account list. Only accounts whose enrichment resolved a company record (status: found) are counted. Accounts that could not be matched are excluded from this count, and are available at Not-found accounts.
Count accounts
GET/api/v2/top-account-list/count
Example request
curl "https://api.getsillage.com/api/v2/top-account-list/count" \
-H "Authorization: Bearer $SILLAGE_API_KEY"Example response
{
"total": 87
}Response fields
| Field | Type | Description |
|---|---|---|
| total | integer | Total number of accounts in the top account list. |