Sign in

Verify DKIM Status

documented

Trigger DKIM verification for the domain.

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