Validate customer lead
GET/affiliate-manager/:locationId/affiliates/:affiliateId/lead/validate
Check whether a lead already exists for an affiliate customer.
Request
Version stringrequired
API Version
Available options
2021-04-15locationId stringrequired
Location Id
affiliateId stringrequired
Affiliate Id
campaignId stringrequired
Campaign Id
email string<email>required
Lead email address
Successful response
- application/json
- Schema
- Example (auto)
Schema
existbooleanrequired
Whether a matching customer already exists
{
"exist": false
}