Testing Lead Sending with Postman
Step 1
Select the transfer parameter in "body", JSON format, RAW data format, send method - POST
Specify:
name - name,
phone - phone,
Offer ID – offerId,
ip address - ip,
domain - domain

(Text execution example)
{
"name": "test",
"phone": "+898888888888",
"offerId": "d6a27e89-b044-4ff1-ad42-1d373d95a9c8",
"ip": "8.8.8.8",
"domain": "http://web.ru"
}
Step 2
Go to Limonad.com in your personal profile, select the item “Global postback and API“, copy the API Token.


Step 3
It is necessary to create the X-Token variable in the Headers header and assign the value that we copied in the previous step.
