---
title: "Creates a reseller child"
method: POST
path: "/reseller/children"
tags: ["Reseller"]
---

# Creates a reseller child

`POST /reseller/children`

## Request body

- CreateChild
  - `email` string, email, required — Email address to create the child account
  - `firstName` string, required — First name to use to create the child account
  - `lastName` string, required — Last name to use to create the child account
  - `companyName` string, required — Company name to use to create the child account
  - `password` string, password, required — Password for the child account to login
  - `language` 'fr' | 'es' | 'pt' | 'it' | 'de' | 'en' — Language of the child account

## Response `201`

child created

- CreateReseller
  - `authKey` string, required — AuthKey of Reseller child created
  - `id` integer — Id of Reseller child created

## Other responses

- `400` — Bad request
- `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)
