Displays a specific entity’s profile and related information to the donor.
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/entity/{client_id}/{program_id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'{
"status": "success",
"data": {}
}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.
Use a session id to authenticate
Client ID associated with the donor account
Program ID associated with the donor account
Entity ID to be viewed by the donor
Session ID for retrieving donor information
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/entity/{client_id}/{program_id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'{
"status": "success",
"data": {}
}