Skip to content
Richard Birkby edited this page Mar 30, 2015 · 11 revisions

Welcome to the JustGiving.Api.Sdk wiki!

Configuration

C# Configuration

PHP Configuration

Resource SDK examples

For in-depth details of the API, please see the official documentation.

Account Resource

Account Details endpoint that retrieves the currently authenticated user RetrieveAccount

Account Create endpoint that creates a user account in JustGiving AccountRegistration

Charity Resource

Get Charity by Id - Returns charity profile for a given charity id GetCharityById

Get Charity Donations - Retrieve top 4 recently promoted charity donations GetCharityDonations

Donations Resource

Retrieve donation details - Gets the details of a donation by donationId. RetrieveDonationsDetails

Event Resource

Register event - Creates an event RegisterEvent

Fundraising Resource

Register fundraising page - RegisterFundraisingPage

Get fundraising pages - GetFundraisingPages

Get fundraising page details - GetFundraisingPageDetails

Get fundraising page donations - GetFundraisingPageDonations

Upload image - UploadImage

Delete fundraising page image - DeleteFundraisingPageImage