---
title: "List Allowed Senders"
method: GET
path: "/api/email-inbox/allowed-senders"
tags: ["email-inbox"]
---

# List Allowed Senders

`GET /api/email-inbox/allowed-senders`

List all allowed senders for this user

## Headers

- `authorization` string

## Response `200`

Successful Response

- AllowedSenderResponse[]
  - `id` string, required
  - `sender_email` string, required
  - `sender_name` string, nullable, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
