Database Source
Lead Fetch API
The Fetch Lead API allows users to retrieve stored lead data from the database source. This functionality is useful for validating data, generating reports, or ensuring seamless follow-ups.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Your database source ID
Query Parameters
Your lead's unique ID
Your lead's transaction ID
Your lead's mobile number
Your lead's email address
Your lead's unique identification code or unque code
Response
201
application/json
Lead successfully created
The response is of type object
.
cURL