Authentication | |
Yes | PRIVATE API Token |
URI Parameters | |
ID | Filters records to those with a matching fundraiser id |
Response Parameters | |
teams | |
Id | Unique ID for the record |
WINDOWS USERS – Please see note at the end
This endpoint will return an specific “peer_fundraiser” with the above response parameters.
curl -v -D - -H 'Authorization: Token token="[private_api_token_here]"' -H "Accept: application/json" -H "Content-type: application/json" "https://fundraise.givesmart.com/api/v2/fundraisers/{id}"
By default these commands will not work on the Windows command prompt as it does not escape double quotes properly. Windows users can use Cygwin to have a Unix-like command prompt, or they can structure the calls to escape the quotes like so: