{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Feed Item API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Feed Item", "type": "folder" }, "items": [ { "info": { "name": "listCampaignFeedItems", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/campaigns/:campaign/feed-items", "params": [ { "name": "campaign", "value": "", "type": "path", "description": "ID of desired Campaign" }, { "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" }, { "name": "communal", "value": "", "type": "query", "description": "Only fetch public (non-admin) feed items, otherwise all feed items" } ] }, "docs": "List all Feed Items for specified Campaign (Direct)" }, { "info": { "name": "createCampaignFeedItem", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/campaigns/:campaign/feed-items", "params": [ { "name": "campaign", "value": "", "type": "path", "description": "The specified Campaign ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a FeedItem (Comment) for specified Campaign" }, { "info": { "name": "listCampaignFeedItemsScoped", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/campaigns/:campaign/feed-items/:scope", "params": [ { "name": "campaign", "value": "", "type": "path", "description": "ID of desired Campaign" }, { "name": "scope", "value": "", "type": "path", "description": "Feed Items' scope" }, { "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": "List all Feed Items for specified Campaign (Scoped)" }, { "info": { "name": "fetchFeedItem", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/feed-items/:feed_item", "params": [ { "name": "feed_item", "value": "", "type": "path", "description": "The specified Feed Item ID" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Show requested Feed Item" }, { "info": { "name": "updateFeedItem", "type": "http" }, "http": { "method": "PUT", "url": "https://pro.gofundme.com/api/2.0/feed-items/:feed_item", "params": [ { "name": "feed_item", "value": "", "type": "path", "description": "The specified Feed Item ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a Feed Item" }, { "info": { "name": "deleteFeedItem", "type": "http" }, "http": { "method": "DELETE", "url": "https://pro.gofundme.com/api/2.0/feed-items/:feed_item", "params": [ { "name": "feed_item", "value": "", "type": "path", "description": "ID of Feed Item" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete Feed Item" }, { "info": { "name": "listFundraisingPageFeedItems", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/fundraising-pages/:fundraising_page/feed-items", "params": [ { "name": "fundraising_page", "value": "", "type": "path", "description": "ID of desired Fundraising Page" }, { "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": "List all Feed Items for specified Fundraising Page" }, { "info": { "name": "createFundraisingPageFeedItem", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/fundraising-pages/:fundraising_page/feed-items", "params": [ { "name": "fundraising_page", "value": "", "type": "path", "description": "The specified Fundraising Page ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a FeedItem (Comment) for specified Fundraising Page" }, { "info": { "name": "listFundraisingTeamFeedItems", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/fundraising-teams/:fundraising_team/feed-items", "params": [ { "name": "fundraising_team", "value": "", "type": "path", "description": "ID of desired Fundraising Team" }, { "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": "List all Feed Items for specified Fundraising Team" }, { "info": { "name": "createFundraisingTeamFeedItem", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/fundraising-teams/:fundraising_team/feed-items", "params": [ { "name": "fundraising_team", "value": "", "type": "path", "description": "The specified Fundraising Team ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a FeedItem (Comment) for specified Fundraising Team" }, { "info": { "name": "listOrganizationFeedItems", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization_id/feed-items", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of desired Organization" }, { "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": "List all Feed Items for specified Organization (Direct)" }, { "info": { "name": "createOrganizationFeedItem", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization_id/feed-items", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The specified Organization ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a FeedItem (Comment) for specified Organization" }, { "info": { "name": "listOrganizationFeedItemsScoped", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization_id/feed-items/:scope", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "ID of desired Organization" }, { "name": "scope", "value": "", "type": "path", "description": "Feed Items' scope" }, { "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": "List all Feed Items for specified Organization (Scoped)" } ] } ], "bundled": true }