Documentation Index
Fetch the complete documentation index at: https://rag-docs.peakfs.io/llms.txt
Use this file to discover all available pages before exploring further.
Description
The Get User Banks tool retrieves the banks associated with the current user. Each bank record includes the bank’s name and logo.Arguments
- None
Example Configuration
Response Handling
- Successful Response: If banks are found, the function returns an array of bank objects, each containing:
name: The bank’s name.logo: The URL or path to the bank’s logo.
- Error Handling: If no banks are found, an empty array is returned.