Single Enrichment
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
lead_idstringOptional
If lead id is not provided, a unique uuid is generated and returned to track the callback request. Else, the provided lead_id is returned
tracking_idstringOptional
A unique uuid to track the particular request.
400
Missing or Invalid Request params
application/json
post
/lead/enrich/Last updated