Shows all entities for a given program ID,
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/entities/{program_id} \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
],
"length": 123,
"filter": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Program ID to fetch entities for
Filter parameter
"false"
Entities fetched successfully
The response is of type object
.
curl --request GET \
--url https://api.helpyousponsor.com/v1/admin/entities/{program_id} \
--header 'Authorization: Bearer <token>'
{
"data": [
{}
],
"length": 123,
"filter": "<string>"
}