Skip to main content
GET
/
admin
/
donations
/
options
Donation view options
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donations/options \
  --header 'X-HYS-API-Key: <api-key>'
{
  "hysforms": [
    {}
  ],
  "organization": {},
  "hysform": {
    "id": 1,
    "name": "Form Name"
  },
  "fields": "",
  "all": ""
}

Authorizations

X-HYS-API-Key
string
header
required

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

Response

Successful operation

hysforms
object[]
organization
object
hysform
object
fields
string
Example:

""

all
string
Example:

""