Spotlight

Retrieve accounts from an account list

GET https://api.rep.ai/public/api/v1/spotlight/account_lists/<ID>/accounts

{'accounts': [{'domain': 'lincolnlawyer.com',
               'firstVisitDate': None,
               'id': 1,
               'industry': 'law',
               'intent': 'cold',
               'intentScore': None,
               'intentScoreHistory': {},
               'intentScoreTrend': 0.0,
               'lastVisitDate': None,
               'location': 'Los Angeles, CA',
               'name': 'Haller & Asscoiates',
               'ownerId': None,
               'revenue': 1000000,
               'segments': [],
               'sizeEstimateHigh': 10,
               'sizeEstimateLow': 1,
               'trend': 'neutral'}],
 'total': 1}

Retrieve contacts from a contact list

GET https://api.rep.ai/public/api/v1/spotlight/contact_lists/<ID>/contacts

Last updated

Was this helpful?