Get All Subaccounts
Retrieve all subaccounts (team members) associated with the current customer account.
📥 Get All Subaccounts
🔹 HTTP Request
GET API-URL/children🔐 Authorization Header
X-API-KEY: your-api-key-here💻 PHP Example
// GET ALL SUBACCOUNTS
$response = $endpoint->getChildren();
// DISPLAY RESPONSE
echo '<hr /><pre>';
print_r($response->body);
echo '</pre>';📦 Sample JSON Response
🧾 Notes
Last updated