---
title: "Connect Link Mailbox Sync"
method: POST
path: "/managed-auth/connect-links/mailboxes/sync"
tags: ["managed-auth"]
---

# Connect Link Mailbox Sync

`POST /managed-auth/connect-links/mailboxes/sync`

## Headers

- `X-Notte-Connect-Token` string, required — The connect token from the link URL.

## Request body

- ConnectLinkMailboxSyncRequest
  - `mailbox_id` string, required
  - `provider` 'gmail' | 'outlook'

## Response `200`

Successful Response

- ConnectLinkMailbox[]
  - `id` string, required
  - `email_address` string, required
  - `provider` string, required
  - `healthy` boolean, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-01** `442ff5940528` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/notte/apis/notte-api/changes/managed-auth/connect-links/mailboxes/sync/post.md)

---

[API](https://skmtc.dev/notte/apis/notte-api.md) · [All operations](https://skmtc.dev/notte/apis/notte-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/notte/notte-api/revisions/442ff5940528/schema)
