Skip to main content
GET
/
api
/
lead
/
fetch-response
/
{campaign-id}
cURL
curl --request GET \
  --url https://api.pingtree.com/api/lead/fetch-response/{campaign-id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "type": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

campaign-id
string
required

Your campaign ID

Query Parameters

transaction_id
string
required

Your lead transaction ID

Response

Lead successfully matched

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

I