Retrieves data for the sponsored table based on the given program ID, client ID, and filter.
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/{program_id}/headers \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1",
"filter": true,
"program_id": 1
}
'{
"data": [
{}
]
}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_...
Program ID for which to fetch sponsored table data
ID and client ID to fetch details for
Sponsored table data fetched successfully
curl --request POST \
--url https://api.helpyousponsor.com/v1/admin/sponsorships/{program_id}/headers \
--header 'Content-Type: application/json' \
--header 'X-HYS-API-Key: <api-key>' \
--data '
{
"client_id": "1",
"filter": true,
"program_id": 1
}
'{
"data": [
{}
]
}