---
title: "Get a sender email"
method: GET
path: "/api/v2/sender-emails/{sender_email_id}"
tags: ["Sender Emails"]
---

# Get a sender email

`GET /api/v2/sender-emails/{sender_email_id}`

Returns a single sender email address by ID.

## Path parameters

- `sender_email_id` string, required

## Headers

- `X-API-KEY` string, nullable
- `Authorization` string, nullable
- `X-Workspace-Id` string, nullable

## Response `200`

Successful Response

- SingleResponseSenderEmailResponse
  - `data` SenderEmailResponse, required — A sender email address configured for the workspace. Sender emails are used for candidate communications (invitations, nudges, reports). The ``id`` is referenced in posting configs as ``sender_email_id``.
    - `object` 'sender_email' — Object type identifier.
    - `id` string, required — Unique sender email identifier.
    - `email_prefix` string, required — Local part of the email address (before @).
    - `domain` string, required — Email domain.
    - `full_email` string, required — Complete email address.
    - `domain_id` string, required — ID of the associated email domain.
    - `created_at` number, required — Unix timestamp when the sender email was created.
  - `meta` object, nullable — Optional metadata. Shape varies by endpoint.

## Other responses

- `401` — Invalid or missing API key.
- `404` — Sender email not found.
- `422` — Validation Error
- `429` — Rate limit exceeded.

---

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