Show sub-account details

Using the SDK

sub_account = api.sub_account.get(account_id=<account ID>)
<?php

$subAccount = $api->sub_account->get([
    'account_id' => <account ID>
]);
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!