Subaccount
List all subaccounts
Returns a list of subaccounts sorted by creation date, with the most recently created subaccount appearing first.
API Endpoint
GET
Arguments
Name | Type | Description |
---|---|---|
limit | integer | Denotes the number of results displayed per page. The maximum number of results that can be fetched is 20. |
offset | integer | Denotes the number of value items by which the results should be offset. |
Returns
An array of Subaccount
objects.
Request
Response
HTTP Status Code: 200