Enrich Investor
POST/v1/investors/:id/enrich
Triggers asynchronous enrichment for an existing investor. The system fetches company data (firmographics, employees, location) from the investor's website and backfills configured fields. Enrichment runs asynchronously; poll GET /v1/investors/:id to retrieve enriched data once processing completes.
Request
Responses
- 200
- 202
- 401
- 403
- 404
- 500
Successful response
Enrichment queued
Invalid or missing API key
Read-only API key cannot trigger enrichment
Investor not found
Internal server error