---
title: "Get financial institution status and update requirements"
method: GET
path: "/accounts/{account_id}/financial-institutions/{fi_id}/status"
tags: ["Financial Institutions"]
---

# Get financial institution status and update requirements

`GET /accounts/{account_id}/financial-institutions/{fi_id}/status`

## Path parameters

- `account_id` string, required — ID of the resource
- `fi_id` string, required — ID of the resource

## Response `200`

OK

- FinancialInstitutionStatusResponse
  - `financial_institution_id` string — The ID of the financial institution
  - `last_updated` string, date_time, required — Last update timestamp
  - `needs_update` boolean, required — Whether this FI needs Plaid reauthorization
  - `status` 'active' | 'archived', required — Current FI status

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/brale/apis/brale-api.md) · [All operations](https://skmtc.net/brale/apis/brale-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/brale/brale-api/revisions/0411af6c9040/schema)
