Skip to main content

List Saved Target Accounts

GET/v2/project/{project_key}/personalization/saved-accounts

Companies this project has targeted before, most recently used first. An account already listed has been researched already, so reusing it is cheaper and starts warm.

Path parameters

ParameterDescription
project_keyYour project's API key

Query parameters

ParameterDescription
searchOptional filter on name, domain or industry

Example

curl "https://api-{region}.mida.so/v2/project/YOUR_PROJECT_KEY/personalization/saved-accounts?search=saas" \
-H "Authorization: Bearer YOUR_GENERATED_API_KEY"

Notes

  • Every company added to any campaign on this project is saved here, so the next campaign is a selection rather than another paste.
  • Available only on accounts with Personalization switched on. Others get 403.