PublicAPI icon indicating copy to clipboard operation
PublicAPI copied to clipboard

Documentation and Examples for the DonorDrive Public API

Results 10 PublicAPI issues
Sort by recently updated
recently updated
newest added

## About Webhooks are a great implementation for services that want to offer Fundraisees with Alerts or Notifications when donations come through. Webhooks eliminate the need for API polling, which...

Something I should have submitted earlier. In participants, it would be very useful to be able to grab the supporting hospital from the API to more easily grab the data...

enhancement

I'm building a Twitch app that can write to the chat when donations to a participant or team show up. The frequency I was thinking of is checking every minute...

enhancement

Is there a way to get all the donations from the donor drive API endpoint? The array return from a GET request seems to be limited to 100 with setting...

I am trying to convert dollars into rubles, approximately using this code: `extracted_currency = 'USD'; price_extraction = 30.58; currencyConverter.from( extracted_currency ).to( "RUB" ).amount( price_extraction ).convert().then((response) => { console.log( response );...

User of my software https://github.com/djotaku/ELDonationTracker is getting 429. I'm able to change my user ID to be her without issue. I used my software today so I know I'm not...

As a user, if a donation is made using CAD, I would like to be able to display the CAD value rather than the USD value. Another option would be...

enhancement

Are there any plans for this years DonorDrive campaigns to be able to obtain a Participants ID using some kind of authorization flow? I'd really like to be able to...

enhancement

On the website we can see how many years someone has been an ExtraLifer, it would be amazing if we could have access to that information through the API so...

enhancement

It'd be nice to be able to display the Fulfillment Notes when a donor donates for a certain Incentive. Currently it's buried in Donor Report. Use Case: While streaming, it'd...

enhancement