v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Get a child account's details

get/reseller/children/{childIdentifier}

Path parameters

childIdentifierstring required

Either auth key or id of reseller's child

Response

Information for the child

emailstring email required

Login Email

firstNamestring required

First Name

lastNamestring required

Last Name

companyNamestring required

Name of the company

passwordstring password required

The encrypted password of child account

ipsstring[]

IP(s) associated to a child account user

Example response

{
  "email": "john.smith@example.com",
  "firstName": "John",
  "lastName": "Smith",
  "companyName": "MyCompany",
  "credits": {
    "emailCredits": 98555,
    "smsCredits": 87556
  },
  "statistics": {
    "previousMonthTotalSent": 7654,
    "currentMonthTotalSent": 4566,
    "totalSent": 987554
  },
  "password": "abC01De2fGHI3jkL",
  "apiKeys": {
    "v2": [
      {
        "name": "N˚2",
        "key": "nOpxxxxxy7z"
      }
    ],
    "v3": [
      {
        "name": "N˚3",
        "key": "xkeysib-21881axxxxxcc92e04-mIrexxxx7z"
      }
    ]
  }
}