latestSwagger 2.02026-08-1213288150.0 KB

b05c9b904be4

blacklist

filter emails, get valid ones. πŸ”

Filters provided list of emails and returns the not blacklisted ones<br/> <br/> <strong>Example Post Data:</strong><br/> <code> {<br/> Β Β Β Β "emails":Β [<br/> Β Β Β Β Β Β Β Β "joker@blocklisted.com",<br/> Β Β Β Β Β Β Β Β "robin@gotham.com",<br/> Β Β Β Β Β Β Β Β "batman@gotham.com"<br/> Β Β Β Β ],<br/> Β Β Β Β "group_id":Β "11940",<br/> Β Β Β Β "invert":Β false<br/> }<br/> </code>

post/v3/blacklist/validate

Request body

emailsstring[] required

list of emails - max 1000 entries

group_idstring

GroupID - leave empty for global results

invertboolean

inverts result and returns only invalid adresses

Response

Success

string[] required