cURL
curl --request GET \ --url https://api.givebutter.com/v1/funds/{fund} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "code": "<string>", "name": "<string>", "raised": 123, "supporters": 123, "created_at": "<string>", "updated_at": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The fund fid
FundResource
Was this page helpful?