---
title: "GET Entity Account(s) [For Remitter/Student/Beneficiary]"
method: GET
path: "/v1/client/accounts"
---

# GET Entity Account(s) [For Remitter/Student/Beneficiary]

`GET /v1/client/accounts`

This API allows the API user to retrieve the details for an existing Entity Account OR details of all accounts of under one Entity Type.

## Query parameters

- `userAccountId` string
- `accountType` string

## Headers

- `api-key` string, required
- `auth-key` string, required
- `userId` string, required

## Response `200`

200

- union
  - object
    - `status` integer
    - `message` string
    - `data` object
      - `fullName` string
      - `dob` string
      - `email` string
      - `phone` string
      - `country` string
      - `state` string
      - `city` string
      - `postalCode` string
      - `fullAddress` string
      - `panStatus` string
      - `createdAt` string
      - `documents` object
  - object
    - `status` integer
    - `message` string
    - `data` object
      - `fullName` string
      - `dob` string
      - `email` string
      - `phone` string
      - `country` string
      - `state` string
      - `city` string
      - `postalCode` string
      - `fullAddress` string
      - `panStatus` string
      - `createdAt` string
      - `aadhaarStatus` string
      - `documents` object

## Other responses

- `401` — 401
- `500` — 500

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
