---
title: "Get list of email senders"
method: GET
path: "/api/v2/email-campaigns/email-senders"
tags: ["Email campaign senders"]
---

# Get list of email senders

`GET /api/v2/email-campaigns/email-senders`

<a class="try-sandbox-link" href="https://sandbox.textmagic.com/#/undefined/getEmailSenders" target="_blank">Try in sandbox</a><br>Retrieves a list of configured email senders available for creating email campaigns.

## Query parameters

- `domainId` integer

## Response `200`

Email senders retrieved successfully.

- GetEmailSendersResponse
  - `items` EmailSenderItem[], required — Array of email sender objects.
    - `id` integer, required — Unique email sender identifier.
    - `domainId` integer, required — ID of the associated domain.
    - `email` string, email, required — Email address of the sender.
    - `createdAt` string, date-time, required — When the email sender was created.
    - `domainStatus` 'not_verified' | 'pending' | 'manual_review' | 'rejected' | 'verified', required — Current verification status of the associated domain.
    - `fromName` string, nullable — Display name for the sender.
    - `replyTo` string, email, nullable — Reply-to email address.

## Other responses

- `400` — Bad request - invalid query parameters.
- `401` — Unauthorized request.

---

[API](https://skmtc.net/textmagic/apis/textmagic-api.md) · [All operations](https://skmtc.net/textmagic/apis/textmagic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textmagic/textmagic-api/revisions/3e4029d19684/schema)
