Authorizations
Use a session id to authenticate
Path Parameters
Unique identifier for the client
Unique identifier for the program
Unique identifier for the donor
Unique identifier for the entity
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/files/{client_id}/{program_id}/{id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'{
"files": [
{}
],
"session_id": "123456",
"client_id": "123456",
"program_id": "123456",
"entity_id": "123456",
"box_exists": true,
"file_links": [
{}
],
"image_links": [
{}
]
}Use a session id to authenticate
Unique identifier for the client
Unique identifier for the program
Unique identifier for the donor
Unique identifier for the entity
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/files/{client_id}/{program_id}/{id}/{entity_id}/{session_id} \
--header 'session_id: <api-key>'{
"files": [
{}
],
"session_id": "123456",
"client_id": "123456",
"program_id": "123456",
"entity_id": "123456",
"box_exists": true,
"file_links": [
{}
],
"image_links": [
{}
]
}