---
title: "Reconnect a Notion installation"
method: POST
path: "/v1/integrations/notion/installations/{installation_id}/reconnect"
tags: ["integrations"]
---

# Reconnect a Notion installation

`POST /v1/integrations/notion/installations/{installation_id}/reconnect`

Replace a Notion installation's internal integration token, keeping its store.

The token must belong to the internal integration already connected to the installation.

## Path parameters

- `installation_id` string, uuid, required — Notion installation ID

## Request body

- NotionManualReconnectBody — Request body for reconnecting a Notion installation with a fresh token of the same internal integration.
  - `access_token` string, required — Notion internal integration token (ntn_… or secret_…)

## Response `200`

The reconnected Notion installation

- IntegrationInstallationResponse — Integration installation response.
  - `data` IntegrationInstallation, required — Service-level representation of an installed provider integration.
    - `id` string, required — The integration installation ID
    - `created_at` string, date-time, required — The creation time
    - `updated_at` string, date-time, required — The last update time
    - `organization_id` string, required — The organization ID
    - `provider` string, required — The integration provider identifier
    - `external_account_id` string, required — The provider workspace/account ID
    - `external_account_name` string, nullable, required — The provider workspace/account name
    - `installed_by_user_id` string, nullable, required — The Mixedbread user who installed the provider
    - `status` string, required — The installation status
    - `scopes` string[], nullable, required — Granted provider scopes
    - `metadata` object, required — Provider-specific metadata

## Other responses

- `404` — No installation of this provider with this id in the organization
- `422` — The request failed validation, or the credentials it carries were rejected or belong to a different account than the installation's

## Changes

- **2026-09-26** `9c6c72afde2d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mixedbread/apis/mxbai-omni/changes/v1/integrations/notion/installations/:installation_id/reconnect/post.md)

---

[API](https://skmtc.dev/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.dev/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc.dev/mixedbread/apis/mxbai-omni/revisions/9c6c72afde2d?raw)
