---
title: "GET /account/{accountId}"
method: GET
path: "/account/{accountId}"
---

# GET /account/{accountId}

`GET /account/{accountId}`

Get a single account by Id

## Response `200`

OK

- Account
  - `id` string, required
  - `status` 'open' | 'closed', required
  - `name` string, required
  - `accountNumber` string, required
  - `routingNumber` string, required
  - `createdAt` string, date-time, required
  - `type` 'debit' | 'charge_card', required — The type of account. - "debit" represents a debit card account - "charge_card" represents a charge card account
  - `balances` string[], required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — TooManyRequests
- `500` — Internal Error

---

[API](https://skmtc.net/slashfi/apis/slash-public-api.md) · [All operations](https://skmtc.net/slashfi/apis/slash-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slashfi/slash-public-api/versions/773c90f079c5/schema)
