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

# Get Sender Details

> Fetch full detailed state of a sending identity.

<ParamField path="id" type="string" required>
  The ID of the id.
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "id": "b7e1",
      "email": "support@domain.com",
      "is_verified": true,
      "stats": {
        "sent": 5000,
        "bounces": 12
      }
    }
  }
  ```
</ResponseExample>
