Accounts
|-/redux
|
|-/accounts
|- index.ts
|- accountsSlice.ts
|- accountsThunks.tsHow to get Internal Accounts?
import {useAppDispatch} from 'LinkerStudio/core/hooks';
import {fetchInternalAccounts} from 'LinkerStudio/modules/baas/redux/accounts';
const dispatch = useAppDispatch();
dispatch(fetchInternalAccounts({}));Get Specific Accounts
Parameter
Type
Description
Accounts Request Example
How to get Statements?
Get Specific Statement
Parameter
Type
Description
Response
Type
Description
Last updated