Bulk Enrichment
Use this api to enrich a list of leads. It's an async API which triggers the enrichment process in the background and returns a tracking ID to track status. When the enrichment is done, multiple callbacks will be sent for each lead to the registered callback URL as a POST request.
NOTE: Please ensure you have shared the callback URL with Revspot team before hitting this API. Else, the lead will be enriched but you won't get any enrichment data.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
objectOptionalExample:
{"leads":[{"email":"[email protected]","phone":"+919481279913"},{"email":"[email protected]","phone":"+919546057480"}]}Responses
200
Successful response
application/json
post
/lead/bulk/enrich200
Successful response
No content
Last updated