Sign in

List domains

documented

Retrieve a list of domains in the account (US/EU depending on region).

GET /v4/domainsDomainsno 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" \
  -X GET \
  -H "Accept: application/json" \
  -u "api:{{MAILGUN_API_KEY}}" \
  -G \
  -d "limit={{$limit}}" \
  -d "skip={{$skip}}" \
  -d "state={{$state}}" \
  -d "sort={{$sort}}" \
  -d "authority={{$authority}}" \
  -d "search={{$search}}" \
  -d "include_subaccounts={{$include_subaccounts}}"