{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Chariot API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Chariot", "type": "folder" }, "items": [ { "info": { "name": "Create a new Chariot grant", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/chariot/create-grant", "body": { "type": "json", "data": "{}" } }, "docs": "Create Chariot Grant" }, { "info": { "name": "Get Chariot integration details", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization_id/chariot-integration", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization" } ] }, "docs": "Retrieve the Chariot integration details for a specific organization" }, { "info": { "name": "Create Chariot integration", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization_id/chariot-integration", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new Chariot integration for the specified organization" }, { "info": { "name": "Delete Chariot integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization_id/chariot-integration", "params": [ { "name": "organization_id", "value": "", "type": "path", "description": "The ID of the organization" } ] }, "docs": "Remove the Chariot integration for the specified organization" } ] } ], "bundled": true }