---
title: "Get the list of all children accounts"
method: GET
path: "/reseller/children"
tags: ["Reseller"]
---

# Get the list of all children accounts

`GET /reseller/children`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

list of children

- GetChildrenList
  - `children` object[] — Your children's account information
    - `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
    - `id` integer — ID of the child
  - `count` integer — Number of child accounts

## Other responses

- `403` — Current account is not a reseller

---

[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)
