GET
/
frontend
/
donor
/
dashboard
/
entity
/
{client_id}
/
{program_id}
/
{entity_id}
/
{session_id}
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": {}
}

Authorizations

session_id
string
header
required

Use a session id to authenticate

Path Parameters

client_id
integer
required

Client ID associated with the donor account

program_id
integer
required

Program ID associated with the donor account

entity_id
integer
required

Entity ID to be viewed by the donor

session_id
string
required

Session ID for retrieving donor information

Response

200
application/json
Donor entity profile data retrieval successful
status
string
Example:

"success"

data
object