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/get-by-id.md.
  • Español
  • Obtener cuenta externa por ID

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

    URL basehttps://api2.finity.com.co

    Cuentas externas

    GET/v0/external-accounts/{id}

    Retrieve External Account by ID

    Fetch the details of a specific external bank account by its unique identifier.

    Requiere token Bearer

    Solicitud

    NombreUbicaciónTipoRequeridoEjemplo
    idUnique ID of the external accountpathstringea_145hfg4856

    Respuestas

    200External account found
    id: string
    type: string
    account_number: string
    financial_institution_code: string
    account_holder_fullname: string
    account_holder_id_type: string
    account_holder_id_number: string
    401Unauthorized – missing or invalid authentication token
    404External account not found

    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

    Parameters

    Provide the values required by this endpoint.

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