latestSwagger 2.02026-08-1213288150.0 KB

b05c9b904be4

receivers

validate list of emails. πŸ”

Submit a list of emails and return the valid ones.<br/> Returns the not blacklisted emails of given list.<br/> If group_id is set, the active state is checked additionally.<br/> <br/> <strong>Example Post Data:</strong><br/> <code> {<br/> Β Β Β Β "emails":Β [<br/> Β Β Β Β Β Β Β Β "joker@arkham.com",<br/> Β Β Β Β Β Β Β Β "twoface@dent.com",<br/> Β Β Β Β Β Β Β Β "batman@gotham.com"<br/> Β Β Β Β ],<br/> Β Β Β Β "group_id":Β "1939",<br/> Β Β Β Β "invert":Β false<br/> }<br/> </code>

post/v3/receivers/isvalid

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

list email addresses

string required