For AI agents: the complete documentation index is available at /es/llms.txt, the full documentation bundle is available at /es/llms-full.txt, and this page is available as Markdown at /es/api/external-accounts/list.md.
Listar cuentas externas
Generado a partir de la especificación OpenAPI de Finity.
URL base https://api2.finity.com.co
Cuentas externas GET /v0/external-accounts
List External Accounts Retrieve a list of all external bank accounts associated with the authenticated client.
Requiere token Bearer
Respuestas 200 List of external accounts
401 Unauthorized – missing or invalid authentication token statusCode: integer
message: string
error: string
Probar en vivo
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↗