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