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
{'contacts': [{'alert': None,
'associatedServices': [],
'company': {'country': None,
'customMetadata': {'county': 'LA'},
'description': None,
'domain': 'lincolnlawyer.com',
'firstVisitDate': None,
'id': 1,
'idealCustomerProfileTier': None,
'industry': 'law',
'lastVisitDate': None,
'location': 'Los Angeles, CA',
'name': 'Haller & Asscoiates',
'revenue': 1000000,
'sizeEstimateHigh': 10,
'sizeEstimateLow': 1,
'source': 'journey',
'syncHubspot': True,
'syncSalesforce': True,
'targetAccount': False,
'utmCampaign': None,
'utmContent': None,
'utmMedium': None,
'utmSource': None,
'utmTerm': None},
'customMetadata': {'defense': True},
'dateCreated': '2025-09-26T12:33:37.386305',
'email': '[email protected]',
'firstName': 'Mickey',
'id': 1,
'lastName': 'Haller',
'name': 'Mickey Haller',
'originalVisitorId': None,
'otherPhoneNumbers': [{'label': 'Other Phone Number',
'number': '+16264295426'}],
'phone': '+16264295426',
'phoneNumbers': [{'countryCode': 1,
'doNotCall': False,
'isValid': True,
'kind': 'OTHER',
'label': 'Other Phone Number',
'nationalNumber': '(626) 429-5426',
'number': '+16264295426',
'regionCode': 'US',
'type': 'FIXED_LINE_OR_MOBILE'}],
'pipeline': None,
'pipelineStage': None,
'segments': [],
'source': 'journey',
'syncHubspot': True,
'syncSalesforce': True,
'timezone': None,
'title': None,
'updateVisitorData': True,
'utmCampaign': None,
'utmContent': None,
'utmMedium': None,
'utmSource': None,
'utmTerm': None}],
'total': 1}
Last updated
Was this helpful?