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.
  • English
  • List External Accounts

    Generated from the Finity OpenAPI specification.

    Base URLhttps://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

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

    Try it live

    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'