This endpoint will unsubscribe a customer from receiving emails from Rejoiner.
POST /customer/unsubscribe/
Payload Specification
Param Name | Required | Type | Description |
---|---|---|---|
email | Yes | String | The email address of the customer |
{
"email": "[email protected]"
}