{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Staff Notification Setting API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Staff Notification Setting", "type": "folder" }, "items": [ { "info": { "name": "listCampaignStaffNotificationSettings", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/campaigns/:id/staff-notification-settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary identifier of Campaign" }, { "name": "with", "value": "", "type": "query", "description": "Request specific relationships to be returned with the Staff Notification Settings" }, { "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": "Get Staff Notification Settings for given Campaign" }, { "info": { "name": "createCampaignStaffNotificationSetting", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/campaigns/:id/staff-notification-settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary identifier of Campaign" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Staff Notification Setting for Campaign" }, { "info": { "name": "listOrganizationStaffNotificationSettings", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:id/staff-notification-settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary identifier of Organization" }, { "name": "with", "value": "", "type": "query", "description": "Request specific relationships to be returned with the Staff Notification Settings" }, { "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": "Get Staff Notification Settings for given Organization" }, { "info": { "name": "createOrganizationStaffNotificationSetting", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/organizations/:id/staff-notification-settings", "params": [ { "name": "id", "value": "", "type": "path", "description": "Primary identifier of Organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a Staff Notification Setting for an Organization" } ] } ], "bundled": true }