---
title: "Get inbox"
method: GET
path: "/inboxes/{inbox_id}"
tags: ["Inboxes"]
---

# Get inbox

`GET /inboxes/{inbox_id}`

Fetch an inbox.

Required scope: `inboxes:read`

## Path parameters

- `inbox_id` string, required

## Response `200`

An inbox

- InboxResponse
  - `_links` object
    - `self` string — Link to resource
    - `related` object
      - `teammates` string — Link to inbox teammates
      - `conversations` string — Link to inbox conversations
      - `channels` string — Link to inbox channels
      - `owner` string — Link to inbox owner
  - `id` string — Unique identifier for the inbox
  - `name` string — Name of the inbox
  - `is_private` boolean — Whether or not the inbox is individual
  - `is_public` boolean — Whether or not the inbox is available to all members of a team by default
  - `custom_fields` CustomFieldParameter — An object whose key is the `name` property defined for the custom field in the Front UI. The value of the key must use the same `type` specified for the custom field, as described in https://dev.frontapp.com/reference/custom-fields

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/versions/76d1eaa2d0eb/schema)
