searchLead
Search and return the identifiers of a lead.
Arguments
Filters to search for leads. All passed filters will be checked against the lead.
Returns
LeadIdTypeExamples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
Variables
{
"filters": SearchLeadFilters
}
Response
{
"data": {
"searchLead": {
"number": "form-develop-white-religious-such"
}
}
}