GET
/
admin
/
entity
/
{program_id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/entity/{program_id} \
  --header 'Authorization: Bearer <token>'
{
  "fields": [
    "<any>"
  ],
  "program": {},
  "programData": {},
  "counts": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

program_id
integer
required

Program ID

Response

200
application/json

Entity added successfully

The response is of type object.