Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.helpyousponsor.com/v1/donor/{id} \ --header 'X-HYS-API-Key: <api-key>'
{ "status": "success", "data": { "status": "Active", "profile": { "field_key": "field_value" }, "fields": [ {} ], "donor": {}, "hysform": {}, "profilePic": "", "name": "John Doe", "details": {}, "emailsets": {}, "years": [ 123 ], "template_errors": [ "<string>" ] } }
API key generated from Developer Settings. Format: hys_...
ID of the donor to be fetched
Successful operation
"success"
Show child attributes