listChildAccounts( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

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 and cannot be authenticated with the standard authorization header. API keys are currently available to selected beta users only.

Method Declaration
Copy
Method Parameters
optionsListChildAccountsOptions

Filter options.

Returns
Return Type:Promise<ListChildAccountsResponse>
Did this help?