v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Reseller

Get the list of all children accounts

get/reseller/children

Query parameters

limitinteger

Number of documents for child accounts information per page

offsetinteger

Index of the first document in the page

Response

list of children

countinteger

Number of child accounts

Example response

{
  "children": [
    {
      "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"
          }
        ]
      },
      "id": 187588
    }
  ],
  "count": 24
}