curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/emails/{email_id} \
--header 'X-HYS-API-Key: <api-key>'{
"email": {
"id": 123,
"status": 123,
"to": "<string>",
"from_name": "<string>",
"from": "<string>",
"subject": "<string>",
"message": "<string>",
"date": "<string>",
"admin_assigned": 123
},
"admins": [
{
"id": 123,
"name": "<string>",
"email": "<string>"
}
],
"responses": [
{}
],
"disabled": "<string>"
}API key generated from Developer Settings. Format: hys_...
The id of the email to view
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/emails/{email_id} \
--header 'X-HYS-API-Key: <api-key>'{
"email": {
"id": 123,
"status": 123,
"to": "<string>",
"from_name": "<string>",
"from": "<string>",
"subject": "<string>",
"message": "<string>",
"date": "<string>",
"admin_assigned": 123
},
"admins": [
{
"id": 123,
"name": "<string>",
"email": "<string>"
}
],
"responses": [
{}
],
"disabled": "<string>"
}