curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/email/response \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"email_id": 123,
"response": "<string>",
"client_id": 123
}
'{
"message": "<string>"
}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_...
Data needed to send an email response
Successful operation
The status of the operation
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/email/response \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"email_id": 123,
"response": "<string>",
"client_id": 123
}
'{
"message": "<string>"
}