---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    Retrieves detailed information about a specific email… Reference for the GET
    /administration/email-accounts/{id} endpoint in the Leadtime Public API API.
sidebar:
  badge: GET
  label: Get email account details
title: Get email account details
type: openapi-operation
---
Retrieves detailed information about a specific email account by ID.

**Response Includes:**
- Account identification (ID, email, display name)
- Account type (IMAP, Google, Office365)
- Current status and last error message (if any)
- Timestamps (created, last updated)
- Capabilities indicating what operations are allowed via API

**Security:**
- Sensitive fields (passwords, OAuth tokens) are excluded from responses
- For IMAP accounts, configuration details are visible but passwords are masked
- For OAuth accounts, only basic information is returned

<Operation source="api-reference" id="emailaccountscontroller-getemailaccount" />
