curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/uploads/{client_id}/{program_id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'
{
"session_id": "<string>",
"client_id": "<string>",
"program_id": "<string>",
"id": "<string>",
"type": "<string>",
"upload": {},
"slug": "<string>",
"box_folder_id": "<string>",
"box_access_token": "<string>",
"program": {},
"files_full": true,
"number_of_files_allowed": 123,
"entity_id": "<string>",
"disable_program_link": "<string>"
}
Use a session id to authenticate
Unique identifier for the client
Unique identifier for the program
Unique identifier for the entity
Session identifier for the donor
File upload information and status
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/uploads/{client_id}/{program_id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'
{
"session_id": "<string>",
"client_id": "<string>",
"program_id": "<string>",
"id": "<string>",
"type": "<string>",
"upload": {},
"slug": "<string>",
"box_folder_id": "<string>",
"box_access_token": "<string>",
"program": {},
"files_full": true,
"number_of_files_allowed": 123,
"entity_id": "<string>",
"disable_program_link": "<string>"
}