Sign in

List DKIM keys (domain)

documented

List DKIM keys for a domain authority.

GET /v4/domains/{authority_name}/keysDomain Keysno 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.mailgun.net/v4/domains/{{$authority_name}}/keys" \
  -X GET \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"