Unsubscribing from Campaigns
Embed the unsubscribe form
GET
You can pass ?campaign_id={campaign_id}
to the URL to allow the customer to unsubscribe from a specific campaign. Otherwise it defaults to all current campaigns
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
The ID of the unsubscribe embed
Response
200 - text/html
The response is of type string
.