v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
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

childIdentifierstring required

Either auth key or id of reseller's child

Response

status of reseller's child account

childAccountCreatedboolean required

Status of child account creation whether it is successfully created (exists) or not.

Example response

{
  "childAccountCreated": true
}