Testing Lead Sending with Postman
Go to the "Body" section
Submission method: POST
Set the radio button to RAW
JSON format

Required fields for transmission
Send URL: https://sendmelead.com/api/v3/lead/add
Header with the X-Token web token. The location for obtaining this parameter is listed below.
(Text execution example)
JSON
{
"name": "test",
"phone": "+898888888888",
"offerId": "d6a27e89-b044-4ff1-ad42-1d373d95a9c8",
"ip": "8.8.8.8",
"domain": "http://web.ru"
}
Get X-Token
Go to Limonad.com in your personal profile, select the item “Global postback and API“, copy the API Token.

