---
title: "Add Email and/or SMS credits to a specific child account"
method: POST
path: "/reseller/children/{childIdentifier}/credits/add"
tags: ["Reseller"]
---

# Add Email and/or SMS credits to a specific child account

`POST /reseller/children/{childIdentifier}/credits/add`

## Path parameters

- `childIdentifier` string, required

## Request body

- AddCredits
  - `sms` integer — Required if email credits are empty. SMS credits to be added to the child account
  - `email` integer — Required if sms credits are empty. Email credits to be added to the child account

## Response `200`

Credits added

- RemainingCreditModel
  - `child` RemainingCreditModelChild, required — Credits remaining for child account
    - `sms` number, double, required — SMS Credits remaining for child account
    - `email` number, double, required — Email Credits remaining for child account
  - `reseller` RemainingCreditModelReseller, required
    - `sms` number, double, required — SMS Credits remaining for reseller account
    - `email` number, double, required — Email Credits remaining for reseller account

## Other responses

- `400` — bad request
- `403` — Current account is not a reseller
- `404` — Child auth key or child id not found

---

[API](https://skmtc.net/getbrevo/apis/brevo-api.md) · [All operations](https://skmtc.net/getbrevo/apis/brevo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbrevo/brevo-api/revisions/2aec3cf66501/schema)
