Skip to main content
GET
/
admin
/
donor
/
{id}
/
sponsorships
Get sponsorships for a specific 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>"
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

id
integer
required

The id of the donor

Response

Successful operation

entities
object[]
donor
object
hysform
object
sponsorships
object[]
archived
object[]
name
string
emailsets
object[]
years
integer[]
template_errors
string[]