{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Recurring Donation Plan API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Recurring Donation Plan", "type": "folder" }, "items": [ { "info": { "name": "listCampaignRecurringDonationPlans", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/campaigns/:campaign/recurring-donation-plans", "params": [ { "name": "campaign", "value": "", "type": "path", "description": "The specified Campaign ID" }, { "name": "page", "value": "", "type": "query", "description": "Indicator of which page of results to return" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of entries to return in each page of results" } ] }, "docs": "Retrieves a list of all Recurring Donation Plans for a specific Campaign" }, { "info": { "name": "listMemberRecurringDonationPlans", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/members/:member/recurring-donation-plans", "params": [ { "name": "member", "value": "", "type": "path", "description": "The specified Member ID" }, { "name": "page", "value": "", "type": "query", "description": "Indicator of which page of results to return" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of entries to return in each page of results" } ] }, "docs": "Retrieves a list of all Recurring Donation Plans for a specific Member" }, { "info": { "name": "listOrganizationRecurringDonationPlans", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization/recurring-donation-plans", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The specified Organization ID" }, { "name": "page", "value": "", "type": "query", "description": "Indicator of which page of results to return" }, { "name": "per_page", "value": "", "type": "query", "description": "Number of entries to return in each page of results" } ] }, "docs": "Retrieves a list of all Recurring Donation Plans for a specific Organization" }, { "info": { "name": "fetchRecurringDonationPlan", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/recurring-donation-plans/:recurring_donation_plan", "params": [ { "name": "recurring_donation_plan", "value": "", "type": "path", "description": "Primary identifier of Recurring Donation Plan" } ] }, "docs": "Fetch specified Recurring Donation Plan" } ] } ], "bundled": true }