VIA Email Rejection Link Generation
Successful Rejection Process:
Request Body Parameters
curl --location 'https://restapi.netmera.com/via/generate-reject-mail-link' \
--header 'X-netmera-api-key: your_rest_apikey' \
--header 'Content-Type: application/json' \
--data-raw '{
"recipients": [
{
"recipient": "String", // Email address to be unsubscribed [Required]
"recipientType": "String" // Type of the email address. Accepted values: BIREYSEL (Individual) or TACIR (Corporate) [Required]
}
]
}Error Responses
Example Successful Request
Example Failed Request
Last updated
Was this helpful?