---
title: "Add, Subtract Email Credits"
method: PATCH
path: "/subaccounts/{email}/credits"
tags: ["SubAccounts"]
---

# Add, Subtract Email Credits

`PATCH /subaccounts/{email}/credits`

Update email credits of a subaccount by the given amount. Required Access Level: ModifySubAccounts

## Path parameters

- `email` string, string, required — string

## Request body

- SubaccountEmailCreditsPayload — A change to SubAccount email credits pool, with an additional note.
  - `Credits` integer, required — Positive or negative value; this will be added or subtracted from Subaccount's current email Credits pool.
  - `Notes` string, string — Note to append to this credits change, for history.

## Response `200`

OK

---

[API](https://skmtc.net/elasticemail/apis/megamail-api.md) · [All operations](https://skmtc.net/elasticemail/apis/megamail-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elasticemail/megamail-api/versions/1a0ebb83f676/schema)
