{ "opencollection": "1.0.0", "info": { "name": "Classy API (GoFundMe Pro) Authentication Recurring Donation Plans API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Recurring Donation Plans", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a recurring donation plan", "type": "http" }, "http": { "method": "GET", "url": "https://api.classy.org/2.0/recurring-donation-plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Retrieve a recurring donation plan" }, { "info": { "name": "Update a recurring donation plan", "type": "http" }, "http": { "method": "PUT", "url": "https://api.classy.org/2.0/recurring-donation-plans/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a recurring donation plan" }, { "info": { "name": "List a recurring donation plan's transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.classy.org/2.0/recurring-donation-plans/:id/transactions", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." }, { "name": "with", "value": "", "type": "query", "description": "Comma-separated list of related sub-resources to eager-load, e.g. items, source_tracking_codes, organization, member." } ] }, "docs": "Supports ?with=items, confirmed against the official \"Fetch Multi-Item Order\" Postman collection." } ] } ], "bundled": true }