Sign in

List sandbox auth recipients

documented

List sandbox authentication recipients.

GET /v5/sandbox/auth_recipientsAccount Managementno 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/v5/sandbox/auth_recipients" \
  -X GET \
  -u "api:{{MAILGUN_API_KEY}}" \
  -H "Accept: application/json" # Docs: https://documentation.mailgun.com/docs/mailgun/api-reference/send/mailgun/account-management/get-v5-sandbox-auth_recipients