Sign in

List domain sending queues

documented

List sending queues for the domain.

GET /v3/domains/{name}/sending_queuesMessagesno 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/v3/domains/{{$name}}/sending_queues?limit={{$limit}}" \
  -u "api:{{MAILGUN_API_KEY}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List domain sending queues · mailgun · OpenIntegrations