---
title: "Returns all labels for a given company"
method: GET
path: "/labels"
tags: ["Labels"]
---

# Returns all labels for a given company

`GET /labels`

Labels are tags that can be attached to a particular client.

## Headers

- `X-Subdomain` string

## Response `200`

Labels response

- Label[]
  - `name` string
  - `id` integer

## Other responses

- `401` — Unauthorized
- `422` — Invalid parameters
- `500` — Internal Server Error
- `504` — Gateway Timeout

---

[API](https://skmtc.net/mytime/apis/mytime-partners-api.md) · [All operations](https://skmtc.net/mytime/apis/mytime-partners-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mytime/mytime-partners-api/versions/65d3a27fcb1a/schema)
