Move Credits
documentedMove credits between accounts.
POST /v1.0/credits/moveAdmin APIno implementation yet0 runsNo 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://admin.api.esendex.com/v1.0/credits/move" \
-X POST \
-H "Authorization: Basic {{ESENDEX_SECRET}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"from": "{{$from_account}}", "to": "{{$to_account}}", "quantity": "{{$quantity}}", "expiresafter": "{{$expiresafter}}", "expiresbefore": "{{$expiresbefore}}", "orderby": "{{$orderby}}"}'