GET
/
admin
/
entities
/
{program_id}
/
headers
/
{trashed}
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/entities/{program_id}/headers/{trashed} \
  --header 'Authorization: Bearer <token>'
{
  "data": {}
}

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

The id of the program

trashed
string
required

Whether to include trashed entities

Example:

"false"

Response

200
application/json
Successful operation
data
object

The entities data