Method: ListUnsubscribe

Controller: EmailAddress

Allows automated unsubscribe of known email addresses. Uses the EmailAddressList.Id to prevent Unsubscribe storms. No need for List Name due to Id use. We require the Email Address to prevent random or sequential Guid attempts.

Request Path: POST /emailAddress/listUnsubscribe

Authentication

Requires Primary Auth: FALSE
Requires Secondary Auth: NOT_SPECIFIED
Requires Confirmed Email: NOT_SPECIFIED

Allowed User Roles

any

Request Information

Allowed Request Formats

Not Specified


Header Parameters

None


Route Parameters

None


Body Parameters

None


Form Parameters

None


Query/URI Parameters
Name Type Description Additional information
ealId Guid

emailAddress String

listName String



Response Information

Allowed Response Formats

Not Specified

Response Type(s)
HTTP Code Type
200 = OK

String

400 = BadRequest

ProblemDetails

409 = Conflict

ProblemDetails

404 = NotFound

ProblemDetails

500 = InternalServerError

ProblemDetails