Funding Signals
Recent funding signals for one company.
Endpoint
GET /api/v1/signals/funding
Authentication
All requests require the X-Satellyte-API-Key header. See Quickstart.
Query parameters
| Field | Type | Required | Notes |
|---|---|---|---|
company_domain | string | Yes | Company domain. |
cURL
curl -i "https://api-staging.satellyte.ai/api/v1/signals/funding?company_domain=openai.com" \
-H "X-Satellyte-API-Key: $API_KEY"
Response (200)
{ "data": [] }
When signals exist, items follow the same shape as /signals/hiring items, with type: "funding_announcement".