curl --request POST \
--url https://api.helpyousponsor.com/v1/csv_import/{program_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"file": "<string>",
"import_type": "<string>"
}
'{
"fields": [
{}
],
"first_row": [
"<string>"
],
"filename": "<string>",
"program_id": 123,
"program": {},
"import_type": "<string>",
"settings": {},
"aii": true
}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_...
ID of the program
CSV file and import type
Successful operation
Fields related to the import type
First row of the CSV file
Name of the uploaded file
ID of the program
Program details
Type of import
Settings related to the import type
Auto increment ID status
curl --request POST \
--url https://api.helpyousponsor.com/v1/csv_import/{program_id} \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"file": "<string>",
"import_type": "<string>"
}
'{
"fields": [
{}
],
"first_row": [
"<string>"
],
"filename": "<string>",
"program_id": 123,
"program": {},
"import_type": "<string>",
"settings": {},
"aii": true
}