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": {}
}
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
Donor entity profile data retrieval successful
The response is of type object
.
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": {}
}