---
title: "Retrieve Client"
method: GET
path: "/v1/clients/{ClientID}"
tags: ["Client"]
---

# Retrieve Client

`GET /v1/clients/{ClientID}`

Retrieves the attributes and status of a Client.

## Path parameters

- `ClientID` string, required

## Response `200`

Client's attributes are returned.

- ClientRetrieveResponse
  - `SC` integer — [HTTP Status Code](https://developers.tabapay.com/reference/http-status-codes#/)
  - `EC` string — Internal Error Code. This is used to help TabaPay team members trace an error.
  - `label` string — The Client Label is the human readable identifier used to identify you versus using your ClientID. It may be used: - in part of the file name for various [Reports]](/docs/reporting) TabaPay generates for you, and - in part of the URL for access to the Client WebSite.
  - `networks` object — List of Available Networks
    - `pull` string[] — For Pull Transactions Array can be empty or is a List of [Network Names](https://developers.tabapay.com/reference/networks#/).
    - `push` string[] — For Push Transactions Array can be empty or is a List of [Network Names](https://developers.tabapay.com/reference/networks#/).
  - `limits` object
    - `currency` string — [ISO 4217 Currency Number](https://developers.tabapay.com/reference/currency-numbers#/)
    - `pull` object
      - `transaction` string — Pull Transaction [Limit](/docs/adjusting-limits)
      - `daily` string — *Approximate* Pull Daily [Limit](/docs/adjusting-limits)
      - `networks` NetworkLimits[] — List of Network Limits Network is listed only if different from above Pull Limits
        - `network` string — Network Name
        - `transaction` string — Network Transaction Limit
        - `daily` string — *Approximate* Network Daily Limit
    - `push` object
      - `transaction` string — Push Transaction [Limit](/docs/adjusting-limits)
      - `daily` string — *Approximate* Push Daily [Limit](/docs/adjusting-limits)
      - `networks` NetworkLimits[] — List of Network Limits Network is listed only if different from above Push Limits
        - `network` string — Network Name
        - `transaction` string — Network Transaction Limit
        - `daily` string — *Approximate* Network Daily Limit

## Other responses

- `404` — Client not found.
- `423` — Client locked.

---

[API](https://skmtc.dev/tabapay/apis/tabapay-apis.md) · [All operations](https://skmtc.dev/tabapay/apis/tabapay-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tabapay/tabapay-apis/revisions/154fa3d585cf/schema)
