curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/order/sponsorships/{client_id}/{program_id}/{session_id}{
"status": "success",
"data": {
"entities": {},
"amount_permissions": {},
"profilePics": {},
"titles": {},
"vars": {},
"total": 123,
"d_frequencies": {},
"d_frequency_options": {},
"frequencies": {},
"frequency_options": {},
"frequency_text": "<string>",
"hide_frequency": true,
"designations": {},
"designations_allowed": "<string>",
"currency_symbol": "<string>",
"saved_designations": {},
"disable_program_link": "<string>"
}
}The ID of the client
The ID of the program
The ID of the session
Successful operation
"success"
Show child attributes
The entities involved in the sponsorship
The permissions for the amount
The profile pictures of the entities
The titles of the entities
The variables for the program
The total amount
The frequencies of the designations
The frequency options for the designations
The frequencies of the entities
The frequency options for the entities
The text representation of the frequencies
Whether to hide the frequency or not
The designations for the program
Whether designations are allowed or not
The currency symbol for the program
The saved designations for the program
Whether to disable the program link or not
curl --request GET \
--url https://api.helpyousponsor.com/v1/frontend/order/sponsorships/{client_id}/{program_id}/{session_id}{
"status": "success",
"data": {
"entities": {},
"amount_permissions": {},
"profilePics": {},
"titles": {},
"vars": {},
"total": 123,
"d_frequencies": {},
"d_frequency_options": {},
"frequencies": {},
"frequency_options": {},
"frequency_text": "<string>",
"hide_frequency": true,
"designations": {},
"designations_allowed": "<string>",
"currency_symbol": "<string>",
"saved_designations": {},
"disable_program_link": "<string>"
}
}