Top Account

Define and read your workspace's target account list.

The top account list endpoints let you upload the accounts you want to track (your target list) and read back the enrichment results. This is a setup step that feeds the enrichment pipeline.

Endpoints

  • Get ingestion status: GET /api/v2/top-account-list/status — poll the latest ingestion state.
  • Add accounts: POST /api/v2/top-account-list/accounts — merge accounts into the existing list.
  • List accounts: GET /api/v2/top-account-list/accounts — paginate the enriched accounts.
  • Count accounts: GET /api/v2/top-account-list/count — total number of accounts.
  • Not-found accounts: GET /api/v2/top-account-list/accounts/not-found — accounts that could not be matched.
  • Remove account by id: DELETE /api/v2/top-account-list/accounts/:id — remove one account by identifier.
  • Remove accounts: POST /api/v2/top-account-list/accounts/remove — remove accounts by domain or LinkedIn URL.

On this page