---
title: "Get a single email account by ID (must belong to the caller's account)"
method: GET
path: "/api/client/email-accounts/{id}"
tags: ["Client - Email Accounts"]
---

# Get a single email account by ID (must belong to the caller's account)

`GET /api/client/email-accounts/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Email account details

- HostingAccountEmailAccount — Email Account model for HostingAccount
  - `id` integer — ID of the email account
  - `hosting_account_id` integer — ID of the related hosting account
  - `domain_id` integer — ID of the related domain
  - `username` string — Email username (local part)
  - `name` string — Display name for the email account
  - `receive_incoming_email` boolean — Whether the account can receive incoming email
  - `sending_outgoing_email` boolean — Whether the account can send outgoing email
  - `logging_in` boolean — Whether login is enabled for this account
  - `storage_space_settings` string — Storage space settings (raw value)
  - `quota` string — Quota for the email account (in MB or bytes)
  - `automatically_create_folders` boolean — Whether to automatically create folders for the account
  - `send_welcome_email` boolean — Whether to send a welcome email on creation
  - `status` string — Status of the email account (active, suspended, etc.)
  - `full_email` string — Full email address (username@domain)

## Other responses

- `404` — Email account not found

---

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