Add an email
Post /blacklists
Parameters:
Name | Description | Type | Mandatory |
---|---|---|---|
type |
Type of blacklist. Values available:
|
String | Yes |
Email address you want to add | Int | Yes |
Response:
Name | Description | Type |
---|---|---|
status | success / failure | String |
Programming language:
Request exemple:
1 2 3 4 5 | { "type" : "bounces" , "email" : "email@example.com" } |
Response exemple:
1 2 3 4 | { "status" : "success" } |