Skip to content

Returns cached information of foodsharing donation-goal via third service provider twingle.

GET
/api/donation-data

Authorizations

api_key

Requests manipulating data need to supply a CSRF token

TypeAPI Key (header: X-CSRF-Token)

Responses

Success

application/json
JSON
{
"projectId": 1,
"donationProjectStatus": "string"
}

Playground

Authorization

Samples

cURL
JavaScript
PHP
Python