Required params

To successfully send a lead, the request must include 4 mandatory parameters:

  • Offer ID (offer_id)
  • Partner ID (webmaster_id)
  • Two-letter country code (country_code)
  • Client’s phone number (phone)

The body of the simplest request might look as follows:

{
  "webmaster_id": "263075568239509698",
  "offer_id": "f0843993-9479-457f-850c-4337638517b5",
  "country_code": "mx",
  "phone": "5203659871563"
}