---
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's DNS and selected home transport are both ready.
    - `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

---

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