Skip to main content
GET
/
admin
/
donation
/
{donation_id}
Donation details
curl --request GET \
  --url https://api.helpyousponsor.com/v1/admin/donation/{donation_id} \
  --header 'X-HYS-API-Key: <api-key>'
{
  "donation": {
    "id": 1,
    "designation": "Health",
    "donor_id": 1,
    "amount": 100,
    "method": "Credit Card",
    "frequency": "Monthly",
    "created_at": "2022-01-01 00:00:00",
    "updated_at": "2022-01-01 00:00:00"
  }
}

Documentation Index

Fetch the complete documentation index at: https://api-docs.helpyousponsor.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-HYS-API-Key
string
header
required

API key generated from Developer Settings. Format: hys_...

Path Parameters

donation_id
integer
required

The ID of the donation to view

Response

Donation edited successfully

donation
object