Skip to main content
POST
/
user
/
{id}
/
send_verification_email
Send Verification Email
curl --request POST \
  --url https://api.helpyousponsor.com/v1/user/{id}/send_verification_email \
  --header 'X-HYS-API-Key: <api-key>'
{
  "message": "<string>",
  "status": "success"
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

id
integer
required

User ID to whom the verification email is to be sent

Response

Verification email sent successfully

message
string
status
string
Example:

"success"