Get the list of all children accounts
GET {{baseUrl}}/reseller/children?limit=10&offset=0
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | Number of documents for child accounts information per page | |
offset | number | Index of the first document in the page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"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":"abC0xxxxxx3jkL","ips":["176.2.39.4","231.43.21.7"],"apiKeys":{"v2":[{"name":"N˚2","key":"nOpxxxxxy7z"}],"v3":[{"name":"N˚3","key":"xkeysib-21881axxxxxcc92e04-mIrexxxx7z"}]},"id":187588},{"email":"alex.pain@example.com","firstName":"Alex","lastName":"Pain","companyName":"MyStore","credits":{"emailCredits":2000,"smsCredits":0},"statistics":{"previousMonthTotalSent":654,"currentMonthTotalSent":300,"totalSent":6553},"password":"abC0xxxxx64kL","ips":["176.2.39.4","231.43.21.7"],"apiKeys":{"v2":[{"name":"N˚2","key":"nOpxxxxxy7z"}],"v3":[{"name":"N˚3","key":"xkeysib-21881axxxxxcc92e04-mIrexxxx7z"}]},"id":187669}]}