Gets the program recipient form based on the provided program ID and client information.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/entity/{program_id} \
--header 'Authorization: Bearer <token>'
{
"fields": [
"<any>"
],
"program": {},
"programData": {},
"counts": {}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Program ID
Entity added successfully
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/entity/{program_id} \
--header 'Authorization: Bearer <token>'
{
"fields": [
"<any>"
],
"program": {},
"programData": {},
"counts": {}
}