Skip to main content
POST
/
api
/
notifications
/
unsubscribe
Unsubscribe via email token
curl --request POST \
  --url https://api.example.com/api/notifications/unsubscribe \
  --header 'Content-Type: application/json' \
  --data '
{
  "token": "<string>"
}
'
{}

Body

application/json

Token-based unsubscribe request.

token
string
required

Response

Successful Response

{key}
string