Single Enrichment
Use this api to enrich a single lead. 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, a callback is sent 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
lead_idstringOptional
A unique ID of lead for track callback request.
emailstringRequired
lead_stagestringRequired
Current Stage of the Lead.
phonestringOptional
namestringOptional
created_atstringOptional
Date and Time in ISO format at which the lead was created.
updated_atstringOptional
Date and Time in ISO format at which the lead was last updated.
Responses
200
Successful response
application/json
400
Missing or Invalid Request params
application/json
post
/lead/enrich/Last updated