Verify a Sending Domain
documentedVerify a sending domain.
POST /api/v1/sending-domains/{domain}/verifySendingno 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://api.sparkpost.com/api/v1/sending-domains/{{$domain}}/verify" \
-X POST \
-H "Authorization: {{SPARKPOST_API_KEY}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"dkim_verify": {{$dkim_verify}}, "cname_verify": {{$cname_verify}}, "verification_mailbox_verify": {{$verification_mailbox_verify}}, "verification_mailbox": "{{$verification_mailbox}}", "postmaster_at_verify": {{$postmaster_at_verify}}, "abuse_at_verify": {{$abuse_at_verify}}, "verification_mailbox_token": "{{$verification_mailbox_token}}", "postmaster_at_token": "{{$postmaster_at_token}}", "abuse_at_token": "{{$abuse_at_token}}"}'