For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/external-accounts/list.md.
List External Accounts
Generated from the Finity OpenAPI specification.
Base URL https://api2.finity.com.co
External Accounts GET /v0/external-accounts
List External Accounts Retrieve a list of all external bank accounts associated with the authenticated client.
Bearer token required
Responses 200 List of external accounts
401 Unauthorized – missing or invalid authentication token statusCode: integer
message: string
error: string
Try it live
Request URL Production
GET https://api2.finity.com.co/v0/external-accounts
Generated Shell request Ready to copy
curl -X GET \
'https://api2.finity.com.co/v0/external-accounts' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
-H 'Content-Type: application/json'Send request↗