Get Sender
GET/sender-details/:id
Get all details of a sender
Request
Path Parameters
id uuidrequired
ID of the sender
Responses
- 200
- 400
- 401
- 405
successful operation
- application/json
- Schema
- Example (from schema)
Schema
name stringrequired
email stringrequired
replyTo string
address stringrequired
city stringrequired
region stringrequired
country stringrequired
postalCode stringrequired
{
"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"
}
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...