---
title: "Mews Services"
method: POST
path: "/integrations/mews/services"
tags: ["mews"]
---

# Mews Services

`POST /integrations/mews/services`

The enterprise's bookable services, for the operator to choose from.

There is no default Stay service to infer: a property carries many bookable
services (accommodation, parking, spa), and Mews exposes no flag marking one
as the accommodation one (PR 0 finding 3).

## Request body

- MewsServicesRequest — List the bookable services of one enterprise, for the picker.
  - `access_token` string, required
  - `enterprise_id` string, required

## Response `200`

Successful Response

- MewsServicesResponse
  - `services` MewsBookableService[], required
    - `id` string, required
    - `name` string, required
    - `start_offset` string, nullable
    - `end_offset` string, nullable
    - `time_unit` string, nullable

## Other responses

- `422` — Error
- `502` — Error
- `503` — Error

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-09-08** `0d816626f362` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/getanana/apis/cleon-api/changes/integrations/mews/services/post.md)

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc.dev/getanana/apis/cleon-api/revisions/0b211d6e9f84?raw)
