---
title: "Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied"
method: GET
path: "/reseller/children/{childIdentifier}/accountCreationStatus"
tags: ["Reseller"]
---

# Get the status of a reseller's child account creation, whether it is successfully created (exists) or not based on the identifier supplied

`GET /reseller/children/{childIdentifier}/accountCreationStatus`

## Path parameters

- `childIdentifier` string, required

## Response `200`

status of reseller's child account

- GetChildAccountCreationStatus
  - `childAccountCreated` boolean, required — Status of child account creation whether it is successfully created (exists) or not.

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