Get Email Sender
BetaGET
/v1/messaging/email-senderThis endpoint is idempotent. Learn more
Returns the address your order, invoice, and statement emails are sent from, or 404 when none is configured and that mail sends from the platform address.
Permissions requiredValues:messaging:read
The role behind your API key or agent must grant every one of these permissions.
idstringEmail sender ID.
objectstringenumValues:email_senderResource type identifier.
email_domain_idstringThe verified email domain this address belongs to.
local_partstringThe mailbox name before the @.
addressstringThe full sending address.
from_namestringnullableThe name shown in a mail client's sender column. When unset, mail shows the bare address.
reply_tostringnullableWhere customer replies are delivered. When unset, replies go to the sending address.
domainstringThe domain name the address sends from.
domain_statusstringenumValues:pendingverifiedfailedVerification status of the underlying domain.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
200
Successful response for Get Email Sender