getAccountById
connectClient.getAccountById(params) ⇒
Retrieves details of a specific account by ID.
Kind: instance method of ConnectClient
Returns: Provider account details
Throws:
ArmorySdkException
If there's an error retrieving the account
Param
Description
params
Parameters for retrieving the account
params.accountId
Unique identifier of the account
params.accessToken
Access token for authentication
Last updated