POST
/
api
/
lead
/
{cid}
curl --request POST \
  --url https://api.pingtree.com/api/lead/{cid} \
  --header 'Content-Type: application/json' \
  --data '{
  "transaction_id": "<string>",
  "first_name": "<string>",
  "last_name": "<string>",
  "email": "<string>",
  "mobile": "<string>",
  "address": "<string>",
  "state": "<string>",
  "city": "<string>",
  "zip_code": "<string>",
  "date_of_birth": "<string>"
}'
{
  "status": "<string>",
  "type": "<string>",
  "message": "<string>",
  "isDeDupe": "<string>",
  "lead_status": "<string>",
  "redirect_url": "<string>",
  "buyer_type": "<string>",
  "buyer_name": "<string>",
  "buyer_response": "<string>"
}

Path Parameters

cid
string
required

Your campaign unique ID

Body

application/json
Lead details to add to the campaign

The body is of type object.

Response

201
application/json
Lead successfully updated

The response is of type object.