Enrich Deal
POST/v1/deals/:id/enrich
Queues asynchronous enrichment for an existing deal. The system fetches company data (firmographics, employees, location) from the deal's company.url and backfills configured fields. Processing completes asynchronously; poll GET /v1/deals/:id to retrieve enriched data.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Enrichment queued
Invalid or missing API key
Read-only API key cannot trigger enrichment
Deal not found
Internal server error