Skip to main content
GET
/
api
/
v2
/
sender-emails
/
{sender_email_id}
Get a sender email
curl --request GET \
  --url https://api.heymilo.ai/api/v2/sender-emails/{sender_email_id} \
  --header 'X-API-KEY: <api-key>'
{
  "data": {
    "id": "<string>",
    "email_prefix": "<string>",
    "domain": "<string>",
    "full_email": "<string>",
    "domain_id": "<string>",
    "created_at": 123,
    "object": "sender_email"
  },
  "meta": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.heymilo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

API key for authentication. Pass your key in the X-API-KEY header.

Headers

X-API-KEY
string
required

Path Parameters

sender_email_id
string
required

Response

Successful Response

data
SenderEmailResponse · object
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.

meta
Meta · object

Optional metadata. Shape varies by endpoint.