curl --request POST \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/upload/{client_id}/{program_id}/{entity_id}/{session_id} \
--header 'Content-Type: multipart/form-data' \
--header 'session_id: <api-key>' \
--form file=@example-file.txt
{
"message": "<string>",
"status": "<string>"
}
Use a session id to authenticate
Unique identifier for the client
Unique identifier for the program
Unique identifier for the entity
Session identifier
File upload details
The body is of type object
.
File upload success response
The response is of type object
.
curl --request POST \
--url https://api.helpyousponsor.com/v1/frontend/donor/dashboard/upload/{client_id}/{program_id}/{entity_id}/{session_id} \
--header 'Content-Type: multipart/form-data' \
--header 'session_id: <api-key>' \
--form file=@example-file.txt
{
"message": "<string>",
"status": "<string>"
}