---
title: "account/client-accounts/label"
method: GET
path: "/account/client-accounts/label"
tags: ["Client Account Labels Endpoints"]
---

# account/client-accounts/label

`GET /account/client-accounts/label`

This endpoint returns all the created Labels for the given Client account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ClientAccountID` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `Labels` object — Collection of Labels
    - `0` object
      - `Label` string — Label Name

---

[API](https://skmtc.net/vopay/apis/accounts.md) · [All operations](https://skmtc.net/vopay/apis/accounts/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vopay/accounts/revisions/7033bd231ec7/schema)
