# Mailboxes Object

> Source: https://truto.one/docs/api-reference/unified-emails-api/mailboxes/

Schema for the `Mailboxes` resource in **Unified Emails API**.

## Properties

- **`id`** _(string)_
  The ID of the mailbox
- **`name`** _(string)_
  The name of the mailbox
- **`status`** _(string)_
  The status of the mailbox
  Allowed: `active`, `inactive`
- **`description`** _(string)_
  The description of the mailbox
- **`created_at`** _(string)_
  The date and time the mailbox was created
- **`updated_at`** _(string)_
  The date and time the mailbox was last updated
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/emails/mailboxes](/docs/api-reference/unified-emails-api/mailboxes/list) — List Mailboxes
