Get Radar Leads
Leads detected for one radar.
Endpoint
GET /api/v1/radar/{id}/leads
Authentication
All requests require the X-Satellyte-API-Key header. See Quickstart.
Path parameters
| Field | Type | Notes |
|---|---|---|
id | string | Radar ID. |
Query parameters
| Field | Type | Required | Notes |
|---|---|---|---|
min_score | number | No | Filter to leads at or above this score. |
date_range | string | No | Range token, for example last_30_days. |
cURL
curl -i "https://api-staging.satellyte.ai/api/v1/radar/$RADAR_ID/leads?min_score=70&date_range=last_30_days" \
-H "X-Satellyte-API-Key: $API_KEY"
Response (200)
{ "data": [] }
When leads exist, items follow the same shape as /contacts/find items, with an additional radar_id field.