---
title: "contacts/label"
method: GET
path: "/contacts/label"
tags: ["Contact Labels Endpoints"]
---

# contacts/label

`GET /contacts/label`

This endpoint returns all the created Labels for the given Contact.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `ContactID` 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)
