Get the list of all the sub-accounts of the master account.
GET {{baseUrl}}/corporate/subAccount?offset=-41398727&limit=-41398727
This endpoint will provide the list all the sub-accounts of the master account.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | (Required) Index of the first sub-account in the page | |
limit | number | (Required) Number of sub-accounts to be displayed on each page |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"count":3,"subAccounts":[{"id":4043629,"companyName":"Company1","active":"true,","createdAt":1631523176},{"id":3984002,"companyName":"Company2","active":true,"createdAt":1629439311},{"id":3524191,"companyName":"Company3","active":true,"createdAt":1614713641}]}