Mailrelay API Reference

Add a new unsubscribe event

POST /unsubscribe_events

Use this method to create an unsubscribe event. The unsubscribe event is always created for a specific sent email id.

If the sent email is associated with a subscriber, the subscriber will also be set as unsubscribed.

Parameters

NameTypeDescription
sent_email_id integer Sent email
ip string IP
reason string Reason
description string Description

Responses

StatusDescription
201 Success
400 The request is invalid. Check if the field names in the request and the request data is valid.
422 A validation error occurred. Check the response body for more information.
401 The API key wasn't sent or is invalid
500 An internal error happened. Try again later.