POST
/
admin
/
sponsorships
/
{donor_entity_id}
/
restore
curl --request POST \
  --url https://api.helpyousponsor.com/v1/admin/sponsorships/{donor_entity_id}/restore \
  --header 'Authorization: Bearer <token>'
{
  "message": "Sponsorship Successfully Restored."
}

Authorizations

Authorization
string
header
required

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

Path Parameters

donor_entity_id
integer
required

The ID of the donor entity

Response

200
application/json
Successful operation
message
string
Example:

"Sponsorship Successfully Restored."