Get an email
Get /blacklists/{type}/{email}
URL parameters:
Name | Description | Type | Mandatory |
---|---|---|---|
type |
Type of blacklist. Values available:
|
String | No |
Email address you want to get | Int | Yes |
Response:
Name | Description | Type |
---|---|---|
Email address | String | |
date | Date of add | Int |
blacklist | Type of blacklist where the email address is. If you defined a type on your query, only this type will be returned | String |
Programming language:
Response exemple:
1 2 3 4 5 6 | { "email" : "email@example.com" , "date" : 1438765958, "blacklist" : "bounces" } |