
Funding Signals is a public API providing companies that just raised funding, scored as sales leads, from public sec filings.
All requests require a Bearer Token provided in the Authorization header.
Authorization: Bearer $API_KEY| Method | Path | Description |
|---|---|---|
| GET | https://fundingsignals.net/docs | Primary API endpoint. |
curl -X GET "https://fundingsignals.net/docs" \ -H "Accept: application/json"