> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ach.netevia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Fetch Bank Account

> Suggest Edits

This API returns connected bank information of the default account for a specific user.

***

### Endpoint

GET   **/3p/api/v1/bank-account/\{user\_uuid}**

### Response Object

<CodeGroup>
  ```json Json theme={"system"}
  {
      "status": true,
      "message": "",
      "data": {
          "uuid": "f7a809c8-1987-4627-b1ab-885550cbbb5a",
          "account_number": "*****7159",
          "routing_number": "800123456",
          "account_name": "Joint Savings - 7100",
          "account_type": "savings",
          "aggregator_type": "yodlee",
          "created_at": "2023-10-16 16:19:42",
          "is_default": true
      },
      "errors": null,
      "error_code": null
  }
  ```
</CodeGroup>
