Retrieves details of an entity for editing,
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/program/entities/{id} \
--header 'X-HYS-API-Key: <api-key>'{
"profile": {},
"fields": [
{}
],
"profilePic": "<string>",
"donations": [
{}
],
"entity": {},
"profileThumb": "<string>",
"sponsors": [
{}
],
"programData": {},
"submit": [
{}
],
"program": {},
"name": "<string>",
"settings": {},
"details": {}
}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_...
Entity ID of the entity to edit
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/program/entities/{id} \
--header 'X-HYS-API-Key: <api-key>'{
"profile": {},
"fields": [
{}
],
"profilePic": "<string>",
"donations": [
{}
],
"entity": {},
"profileThumb": "<string>",
"sponsors": [
{}
],
"programData": {},
"submit": [
{}
],
"program": {},
"name": "<string>",
"settings": {},
"details": {}
}