Skip to main content
GET
/
admin
/
createGroup
List a donors and programs
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/createGroup \
  --header 'X-HYS-API-Key: <api-key>'
{
  "programs": [
    {}
  ],
  "donors": [
    {}
  ],
  "all_groups": [
    {}
  ]
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

programs
object[]
donors
object[]
all_groups
object[]