v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Creates a reseller child

post/reseller/children

Request body

emailstring email required

Email address to create the child account

firstNamestring required

First name to use to create the child account

lastNamestring required

Last name to use to create the child account

companyNamestring required

Company name to use to create the child account

passwordstring password required

Password for the child account to login

language'fr' | 'es' | 'pt' | 'it' | 'de' | 'en'

Language of the child account

Example request

{
  "email": "josh.cruise@example.com",
  "firstName": "Josh",
  "lastName": "Cruise",
  "companyName": "Your Company",
  "password": "Pa55w0rd65",
  "language": "en"
}

Response

child created

authKeystring required

AuthKey of Reseller child created

idinteger

Id of Reseller child created

Example response

{
  "authKey": "xkeysib-21881axxxxxcc92e04-mIrexxxx7z",
  "id": 1234567
}