post https://api4.optimove.net/Optimail/AddUnsubscribers
Adds one or more email addresses to a global unsubscribe list of a particular brand.
Notes
- Error – A description of the error. When the send succeeds, null is returned.
- Each call may include a maximum of 200 emails.
- This function supports a maximum of 10 calls in parallel.
- This API call supports a maximum of 600 requests/min
Sample Request
{
"BrandId": 4,
"EmailAddresses": [
"[email protected]"
,"[email protected]"
,"[email protected]"
,"[email protected]"
,"[email protected]"
]
}
Sample Response
{"Error":null}
{"Error":"Invalid email"}