---
title: "Mailbox Get"
method: GET
path: "/mailboxes/{mailbox_id}"
tags: ["mailboxes"]
---

# Mailbox Get

`GET /mailboxes/{mailbox_id}`

## Path parameters

- `mailbox_id` string, required

## Headers

- `x-notte-request-origin` string, nullable
- `x-notte-sdk-version` string, nullable

## Response `200`

Successful Response

- MailboxConnection
  - `id` string, required
  - `provider` 'gmail' | 'microsoft_outlook'
  - `email_address` string, required
  - `healthy` boolean
  - `authorized_scopes` string[]
  - `allow_all_senders` boolean
  - `allowed_sender_domains` string[]
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## Other responses

- `422` — Validation Error

---

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