GET
/
click
/
list
/
{cid}
/
{transaction_id}
cURL
curl --request GET \
  --url https://api.pingtree.com/click/list/{cid}/{transaction_id}
{
  "status": "<string>",
  "type": "<string>",
  "message": "<string>",
  "offerList": {}
}

Path Parameters

cid
string
required

Your campaign unique ID

transaction_id
string
required

Lead's Transaction ID, Which was generate from click script of Pingtree

Response

201
application/json

Offer successfully received

The response is of type object.