Verify DKIM Status
documentedTrigger DKIM verification for the domain.
PUT /domains/{domainid}/verifyDkimDomainsno 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.postmarkapp.com/domains/{{$domainid}}/verifyDkim' -X PUT -H 'Accept: application/json' -H 'X-Postmark-Account-Token: {{POSTMARKAPP_API_KEY}}' -d ''