Check unsubscribed address
documentedDeprecated check for unsubscribed addresses.
POST https://goapi.unisender.ru/ru/transactional/api/v1/unsubscribed-check.jsonUstaревшие методы (Deprecated)no implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://goapi.unisender.ru/ru/transactional/api/v1/unsubscribed/check.json" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "X-API-KEY: {{UNISENDER_API_KEY}}" \
-d '{"address": "{{$address}}"}' \
# Docs: UniSender Go API unsubscribed/check.json endpoint (official docs show this path: https://goapi.unisender.ru/ru/transactional/api/v1/unsubscribed/check.json)