---
title: "Mews Connect"
method: POST
path: "/integrations/mews/connect"
tags: ["mews"]
---

# Mews Connect

`POST /integrations/mews/connect`

Validate the token and report the enterprises it reaches. Writes nothing.

## Request body

- MewsConnectRequest — Validate an access token and discover what it reaches. Persists nothing.
  - `access_token` string, required

## Response `200`

Successful Response

- MewsConnectResponse — What the pasted token can see. ``is_portfolio`` is what the picker branches on: a single-enterprise token yields exactly one entry, and asking Mews for the enterprise list on such a token returns 401 — so the frontend must never offer a "choose enterprise" step it cannot fulfil.
  - `is_portfolio` boolean, required
  - `enterprises` MewsEnterprise[], required
    - `id` string, required
    - `name` string, required
    - `chain_id` string, nullable
    - `time_zone` string, nullable
    - `default_currency` string, nullable
    - `editable_history_interval` string, nullable
    - `is_portfolio` boolean

## Other responses

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

## Changes

> 24 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/connect/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/ae7627cd46da?raw)
