---
title: "Get labels"
method: GET
path: "/labels"
tags: ["Labels"]
---

# Get labels

`GET /labels`

In this method, you retrieve all your registered labels in your WhatsApp Business

## Response `200`

OK

- Label[]
  - `id` string, required — Label ID
  - `name` string, required — Label name
  - `color` 'salmon' | 'lightskyblue' | 'gold' | 'plum' | 'silver' | 'mediumturquoise' | 'violet' | 'goldenrod' | 'cornflowerblue' | 'greenyellow' | 'cyan' | 'lightpink' | 'mediumaquamarine' | 'orangered' | 'deepskyblue' | 'limegreen' | 'darkorange' | 'lightsteelblue' | 'mediumpurple' | 'rebeccapurple', required — Label color
  - `count` integer — Number of objects associated with this label

## Other responses

- `400` — Wrong request parameters
- `500` — Internal Error

---

[API](https://skmtc.dev/whapi/apis/whatsapp-api.md) · [All operations](https://skmtc.dev/whapi/apis/whatsapp-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/whapi/whatsapp-api/revisions/40ab05abffdb/schema)
