← Tools Reference

Daffy

Daffy integration (Finance). Imported from open-connector.

API key10 toolshttps://public.daffy.org/v1
GET
daffy_get_current_user
Get the Daffy user associated with the API key.

/users/me

GET
daffy_get_user
Get a Daffy user by username.

/users/{username}

1 parameter
ParamTypeRequiredDescription
usernamestringrequiredThe Daffy username.
GET
daffy_get_balance
Get the balance for the Daffy account associated with the API key.

/users/me/balance

GET
daffy_list_user_causes
List causes associated with a Daffy user.

/users/{userId}/causes

1 parameter
ParamTypeRequiredDescription
userIdstringrequiredThe Daffy user identifier.
GET
daffy_search_nonprofits
Search Daffy nonprofits with optional cause and pagination filters.

/non_profits

3 parameters
ParamTypeRequiredDescription
querystringoptionalThe search query used to filter Daffy nonprofits.
causeIdintegeroptionalThe Daffy cause identifier used to filter nonprofits.
pageintegeroptionalThe Daffy result page to request.
GET
daffy_get_nonprofit
Get a Daffy nonprofit by EIN.

/non_profits/{ein}

1 parameter
ParamTypeRequiredDescription
einstringrequiredThe nonprofit EIN used by Daffy.
GET
daffy_list_contributions
List contributions for the Daffy account associated with the API key.

/contributions

1 parameter
ParamTypeRequiredDescription
pageintegeroptionalThe Daffy result page to request.
GET
daffy_list_donations
List donations for the Daffy account associated with the API key.

/donations

1 parameter
ParamTypeRequiredDescription
pageintegeroptionalThe Daffy result page to request.
GET
daffy_list_user_donations
List Daffy donations for a specific user.

/users/{userId}/donations

2 parameters
ParamTypeRequiredDescription
userIdstringrequiredThe Daffy user identifier.
pageintegeroptionalThe Daffy result page to request.
GET
daffy_get_user_donation
Get a specific Daffy donation for a specific user.

/users/{userId}/donations/{donationId}

2 parameters
ParamTypeRequiredDescription
userIdstringrequiredThe Daffy user identifier.
donationIdstringrequiredThe Daffy donation identifier.