---
title: "Mews Bind"
method: POST
path: "/integrations/mews/bind"
tags: ["mews"]
---

# Mews Bind

`POST /integrations/mews/bind`

Bind one enterprise + bookable service to one Property.

Everything stored is RE-READ from Mews: the enterprise from
``configuration/get`` for the chosen id, the service from ``services/getAll``.
A request naming an enterprise the token cannot reach fails here rather than
creating a row that 401s on first use.

## Request body

- MewsBindRequest — Bind one enterprise + service to one Property, creating the connection. The backend re-reads both from Mews before storing anything; the request's claim about which enterprise a token reaches is never trusted directly.
  - `access_token` string, required
  - `enterprise_id` string, required
  - `property_id` string, uuid, required
  - `service_id` string, required

## Response `200`

Successful Response

- MewsBindResponse
  - `connection` MewsConnectionStatus, required — Connection state for one property, for the UI.
    - `tenant_integration_id` string, uuid, required
    - `property_id` string, uuid, required
    - `property_name` string, required
    - `status` string, required
    - `connected_at` string, date-time, nullable
    - `enterprise_id` string, nullable
    - `enterprise_name` string, nullable
    - `service_id` string, nullable
    - `service_name` string, nullable
    - `is_portfolio` boolean

## Other responses

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

## Changes

> 22 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/bind/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/7a2c09378911?raw)
