GET
/
api
/
lead
/
fetch
/
{db-source-id}
cURL
curl --request GET \
  --url https://api.pingtree.com/api/lead/fetch/{db-source-id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "message": "<string>",
  "data": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

db-source-id
string
required

Your database source ID

Query Parameters

lookup_id
string

Your lead's unique ID

transaction_id
string

Your lead's transaction ID

mobile
string

Your lead's mobile number

email
string

Your lead's email address

lookup_postfix
string

Your lead's unique identification code or unque code

Response

201
application/json

Lead successfully created

The response is of type object.