Returns sponsorships data
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/donor/{id}/sponsorships \
--header 'X-HYS-API-Key: <api-key>'{
"entities": [
{}
],
"donor": {},
"hysform": {},
"sponsorships": [
{}
],
"archived": [
{}
],
"name": "<string>",
"emailsets": [
{}
],
"years": [
123
],
"template_errors": [
"<string>"
]
}API key generated from Developer Settings. Format: hys_...
The id of the donor
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/donor/{id}/sponsorships \
--header 'X-HYS-API-Key: <api-key>'{
"entities": [
{}
],
"donor": {},
"hysform": {},
"sponsorships": [
{}
],
"archived": [
{}
],
"name": "<string>",
"emailsets": [
{}
],
"years": [
123
],
"template_errors": [
"<string>"
]
}