---
title: "View single sender emails"
method: POST
path: "/single_sender_emails/view"
tags: ["SINGLE SENDER EMAILS"]
---

# View single sender emails

`POST /single_sender_emails/view`

Returns a list of single sender email addresses on your account, along with their verification status. If you include a email_address, the response will only include items matching this search.

## Request body

- object
  - `email_address` string — (Optional) If provided, only return email addresses that match value
  - `subaccount_id` string — If you wish to make this API call on behalf of a subaccount then include its unique ID here

## Response `200`

List of single sender emails

- object
  - `data` object
    - `request_id` string, required
    - `senders` object[], required
      - `email_address` string, required
      - `verified` boolean, required

## Other responses

- `400` — 400

---

[API](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4.md) · [All operations](https://skmtc.net/smtp2go/apis/smtp2go-api-v3-0-4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smtp2go/smtp2go-api-v3-0-4/versions/1ba6b25eebb9/schema)
