curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/email/settings \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1",
"from_address": "example@example.com",
"from_name": "Example Name"
}
'{
"message": "Email Settings Successfully Saved."
}Documentation Index
Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt
Use this file to discover all available pages before exploring further.
API key generated from Developer Settings. Format: hys_...
Client ID, From Address and From Name are required
Email settings details
"Email Settings Successfully Saved."
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/email/settings \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1",
"from_address": "example@example.com",
"from_name": "Example Name"
}
'{
"message": "Email Settings Successfully Saved."
}