curl --request POST \
--url https://api.helpyousponsor.com/v1/csv_process/{program_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": 1,
"user_id": 1,
"program_id": 1
}
'{
"message": "Import has been queued. You will receive an email when the job has finished."
}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_...
Successful operation
"Import has been queued. You will receive an email when the job has finished."
curl --request POST \
--url https://api.helpyousponsor.com/v1/csv_process/{program_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": 1,
"user_id": 1,
"program_id": 1
}
'{
"message": "Import has been queued. You will receive an email when the job has finished."
}