Sign in

Get DNS records

documented

Fetch DNS records for domain verification.

POST https://goapi.unisender.ru/ru/transactional/api/v1/domain-get-dns-records.jsonDomainsno implementation yet0 runs
No 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/domain/get-dns-records.json" \\n  -X POST \\n  -H "Content-Type: application/json" \\n  -H "Accept: application/json" \\n  -H "X-API-KEY: {{UNISENDER_API_KEY}}" \\n  -d '{"domain": "{{$domain}}"}'
Get DNS records · UniSender · OpenIntegrations