Skip to content
Start free in Cloud

Unsubscribe from report REST API

GET
/api/reports/unsubscribe/{opaque_token}
curl --request GET \
--url http://127.0.0.1:25737/api/reports/unsubscribe/example

Visible unsubscribe target that opts the signed recipient out of one report.

opaque_token
required
string

Opaque signed unsubscribe token.

Unsubscribed

Invalid token

Media typeapplication/json
object
message
string
Examplegenerated
{
"message": "example"
}