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.
  • Español
  • Listar cuentas externas

    Generado a partir de la especificación OpenAPI de Finity.

    URL basehttps://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

    200List of external accounts
    401Unauthorized – missing or invalid authentication token
    statusCode: integer
    message: string
    error: string

    Probar en vivo

    Live request

    Try this endpoint

    Configure the request and send it directly to the Finity API.

    GET
    Code language

    Authentication

    Use a Bearer token to authorize this request.

    Optional
    Request URLProduction
    GEThttps://api2.finity.com.co/v0/external-accounts
    Generated Shell requestReady to copy
    curl -X GET \
      'https://api2.finity.com.co/v0/external-accounts' \
      -H 'Authorization: Bearer YOUR_ACCESS_TOKEN' \
      -H 'Content-Type: application/json'