# Get a mailbox

Retrieve details of a specific mailbox.

Endpoint: GET /emails/api/mailboxes/{uuid}
Version: 2.0.0
Security: bearerAuth

## Path parameters:

  - `uuid` (string, required)
    Resource UUID.

## Response 200 fields (application/json):

  - `uuid` (string)

  - `team_id` (integer)

  - `user_id` (integer)

  - `sender_profile_uuid` (string)

  - `email` (string)
    Example: outreach@company.com

  - `sender_name` (string)
    Example: John from Company

  - `provider` (string)

  - `status` (string)

  - `automation_daily_limit` (integer)
    Example: 50

  - `automation_task_interval` (integer)
    Example: 120

  - `custom_tracking_domain_uuid` (string)

  - `connection_settings` (object)

  - `created_at` (string)

  - `updated_at` (string)

