{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Engagement Settings API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Engagement Settings", "type": "folder" }, "items": [ { "info": { "name": "fetchOrganizationEngagementSettings", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:id/engagement-settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary identifier of Organization" } ] }, "docs": "Fetch Engagement Settings for specified Organization" }, { "info": { "name": "updateOrganizationEngagementSettings", "type": "http" }, "http": { "method": "PUT", "url": "https://pro.gofundme.com/api/2.0/engagement-settings/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary identifier of Engagement Settings" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update Engagement Settings for Organization" } ] } ], "bundled": true }