Returns message history for a specific donor entity.
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/entity/messages/{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
Program ID associated with the donor
Entity ID for which message history is requested
Session ID for the donor
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/entity/messages/{client_id}/{program_id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'{
"status": "success",
"data": {}
}