> ## 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.

# List Inbox Senders

> Fetch all identities capable of receiving inbound messages (Gmail OAuth, WildDuck, Stalwart IMAP).

<ResponseExample>
  ```json Response theme={null}
  {
    "success": true,
    "data": {
      "senders": [
        {
          "id": "sender-1",
          "email": "support@platform.io",
          "provider": "gmail_oauth"
        }
      ]
    }
  }
  ```
</ResponseExample>
