---
title: "Get details for a specific Account on this Platform."
method: GET
path: "/accounts/{accountIdentifier}"
tags: ["2. Accounts"]
---

# Get details for a specific Account on this Platform.

`GET /accounts/{accountIdentifier}`

## Path parameters

- `accountIdentifier` string, required

## Response `200`

OK

- AccountView
  - `currentBalance` number, required
  - `contactEmail` string
  - `fundingNotification` FundingNotificationView[]
    - `emailAddress` string
  - `accountIdentifier` string, required
  - `accountNumber` string, required
  - `displayName` string, required
  - `createdAt` string, required
  - `status` string, required
  - `currencyCode` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error
- `503` — Service Unavailable

---

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