Sign in

Update account

documented

Update account information at the account level.

PUT /v5/accountsAccount 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/accounts?name={{$name}}&inactive_session_timeout={{$inactive_session_timeout}}&absolute_session_timeout={{$absolute_session_timeout}}&logout_redirect_url={{$logout_redirect_url}}\" \
  -X PUT \
  -u api:{{MAILGUN_API_KEY}} \
  -H \"Accept: application/json\" \
  -H \"Content-Type: application/json\"