GET
/
api
/
lead
/
fetch-response
/
{campaign-id}
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

201
application/json
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