---
title: "List sender and reply-to profiles"
method: GET
path: "/sender-profiles"
tags: ["Sender Profiles"]
---

# List sender and reply-to profiles

`GET /sender-profiles`

Lists sender (From) and reply-to profiles, which are the account defaults, and whether each sender address sits on a verified sending domain. SMTP submission sends into Sequenzy; outbound delivery remains Sequenzy-managed through SES or Sequenzy's MTA, so customer-managed SMTP relays are not supported.

## Response `200`

Sending identities returned

- object
  - `success` boolean
  - `senderProfiles` SenderProfileSummary[]
    - `id` string
    - `name` string
    - `email` string
    - `domainId` string
    - `domain` string, nullable
    - `domainStatus` string, nullable — Aggregate verification status of the sending domain.
    - `canSend` boolean — True when the domain is verified, so the address can actually send.
    - `isDefault` boolean
    - `createdAt` string, date-time
  - `replyProfiles` ReplyProfileSummary[]
    - `id` string
    - `name` string
    - `email` string
    - `isDefault` boolean
    - `createdAt` string, date-time
  - `defaultSenderProfileId` string, nullable
  - `defaultReplyProfileId` string, nullable

## Other responses

- `401` — Unauthorized

## Changes

- **2026-08-02** `36f92fc0caa2` — 1 breaking
  - the response property `success` became optional for the status `401`
- **2026-07-25** `b58891ac1cde` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/sequenzy/apis/sequenzy-api/changes/sender-profiles/get.md)

---

[API](https://skmtc.dev/sequenzy/apis/sequenzy-api.md) · [All operations](https://skmtc.dev/sequenzy/apis/sequenzy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequenzy/sequenzy-api/revisions/36f92fc0caa2/schema)
