---
title: "Get a child account's details"
method: GET
path: "/reseller/children/{childIdentifier}"
tags: ["Reseller"]
---

# Get a child account's details

`GET /reseller/children/{childIdentifier}`

## Path parameters

- `childIdentifier` string, required

## Response `200`

Information for the child

- GetChildInfo
  - `email` string, email, required — Login Email
  - `firstName` string, required — First Name
  - `lastName` string, required — Last Name
  - `companyName` string, required — Name of the company
  - `credits` GetChildInfoCredits — Credits available for your child
    - `emailCredits` integer — Email credits available for your child
    - `smsCredits` integer — SMS credits available for your child
  - `statistics` GetChildInfoStatistics — Statistics about your child account activity
    - `previousMonthTotalSent` integer — Overall emails sent for the previous month
    - `currentMonthTotalSent` integer — Overall emails sent for current month
    - `totalSent` integer — Overall emails sent for since the account exists
  - `password` string, password, required — The encrypted password of child account
  - `ips` string[] — IP(s) associated to a child account user
  - `apiKeys` GetChildInfoApiKeys — API Keys associated to child account
    - `v2` GetChildInfoApiKeysV2[], required
      - `name` string, required — Name of the key for version 2
      - `key` string, required — API Key for version 2
    - `v3` GetChildInfoApiKeysV3[]
      - `name` string, required — Name of the key for version 3
      - `key` string, required — API Key for version 3

## 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/versions/2aec3cf66501/schema)
