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 POST \ --url https://api.helpyousponsor.com/v1/admin/notes \ --header 'Content-Type: application/json' \ --header 'X-HYS-API-Key: <api-key>' \ --data ' { "id": "1", "program_id": "donor", "type": "donor", "cat": "", "client_id": "1" } '
{ "id": 123, "name": "<string>", "categories": [ {} ], "notes": [ {} ], "cat": "<string>", "program": {}, "hysform": {}, "program_id": 123, "type": "<string>", "submit": [ {} ], "donor": {}, "profileThumb": "<string>", "entity": {}, "emailsets": {}, "years": [ {} ], "template_errors": [ {} ] }
API key generated from Developer Settings. Format: hys_...
Donor ID
"1"
"donor"
""
Successful operation