Skip to main content
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

Offer successfully received

status
string

Status code of API response

type
string

Type of API response which can be success or error

message
string

Message of API response

offerList
object

Array of offer list

I