GET
/
admin
/
program
/
entities
/
{id}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/program/entities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "profile": {},
  "fields": [
    {}
  ],
  "profilePic": "<string>",
  "donations": [
    {}
  ],
  "entity": {},
  "profileThumb": "<string>",
  "sponsors": [
    {}
  ],
  "programData": {},
  "submit": [
    {}
  ],
  "program": {},
  "name": "<string>",
  "settings": {},
  "details": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Entity ID of the entity to edit

Response

200
application/json

Entity edit details fetched successfully

The response is of type object.