Show all sub-accounts

Using the SDK

sub_accounts = api.sub_account.list(
    page=1,
    per_page=50,
    with_count=false
)
<?php

$subAccounts = $api->sub_account->list([
    'page' => 1,
    'per_page' => 50,
    'with_count' => false
]);
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!