Get Sender Details
GET/sender-details
Retrieves a list of all sender email addresses associated with your account
Use this endpoint to view sender details, including verification status, display name, and associated sending domains, enabling management and oversight of all authorized senders.
Request
Responses
- 200
- 400
- 401
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id uuid
name string
email string
replyTo string
address string
city string
region string
country string
postalCode string
emailConfirmed boolean
defaults boolean
assignedToCampaigns boolean
dkimSigned boolean
[
{
"id": "00000000-0000-0000-0000-000000000000",
"name": "my contacts",
"email": "no-reply@tinyemail.com",
"replyTo": "no-reply@tinyemail.com",
"address": "Some address",
"city": "Some City",
"region": "Some Region",
"country": "Some Country",
"postalCode": "000000",
"emailConfirmed": false,
"defaults": false,
"assignedToCampaigns": false,
"dkimSigned": false
}
]
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...