---
title: "Get all services"
method: GET
path: "/services"
tags: ["Service"]
---

# Get all services

`GET /services`

Returns all service categories for the company

## Headers

- `X-Subdomain` string
- `X-Partner` string

## Response `200`

Services response

- Service[]
  - `id` integer
  - `name` string
  - `status` string

## 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)
