Company Signals
All signals stored for a company ID or domain key.
Endpoint
GET /api/v1/signals/company/{id}
Authentication
All requests require the X-Satellyte-API-Key header. See Quickstart.
Path parameters
| Field | Type | Notes |
|---|---|---|
id | string | Company identifier or domain (for example openai.com, stripe.com). |
cURL
curl -i "https://api-staging.satellyte.ai/api/v1/signals/company/openai.com" \
-H "X-Satellyte-API-Key: $API_KEY"
Response (200)
{ "data": [] }
When signals exist, items follow the same shape as /signals/hiring.