Unsubscribing from Campaigns
Embed the unsubscribe form
GET
/
unsubscribe_embeds
/
{id}
/
show
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
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
id
string
requiredThe ID of the unsubscribe embed
Response
200 - text/html
The response is of type string
.