listChildAccounts( )


Retrieves a list of child account IDs for the requesting account. If no child accounts exist, an empty list will be returned.

Important: This call requires an account level API key.

Method Declaration
Copy
Method Parameters
optionsListChildAccountsOptions

Filter options.

Returns
Return Type:Promise<ListChildAccountsResponse>
Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?