> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mailofly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Identity

> Retrieve a single sender identity by ID.

Fetches details of a specific sending identity. Sensitive credentials (passwords, tokens) are omitted.

> **Legacy compatibility:** `/v1/accounts/{id}` is a deprecated alias supported for backward compatibility. Please use `/v1/identities/{id}`.

### Path Parameters

<ParamField path="id" type="string" required>
  The unique UUID of the identity.
</ParamField>

### Response

<ResponseField name="data" type="object">
  Identity details.
</ResponseField>


## Related topics

- [List Identities](/api/identities/list-identities.md)
- [Managing Identities](/identities/managing-identities.md)
- [Delete Identity](/api/identities/delete-identity.md)
- [Update Identity](/api/identities/update-identity.md)
- [How Identities Send](/identities/how-it-sends.md)
