curl --request PUT \
--url https://api.helpyousponsor.com/v1/client \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1",
"email": "email@email.com",
"logo": "https://mywebsite.com/logo.png",
"organization": "Organization name",
"website": "https://website.com"
}
'{
"message": "Account successfully updated"
}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 account details are required
Successful operation
"Account successfully updated"
curl --request PUT \
--url https://api.helpyousponsor.com/v1/client \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1",
"email": "email@email.com",
"logo": "https://mywebsite.com/logo.png",
"organization": "Organization name",
"website": "https://website.com"
}
'{
"message": "Account successfully updated"
}