{ "opencollection": "1.0.0", "info": { "name": "Classy API (GoFundMe Pro) Authentication Fundraising Pages API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Fundraising Pages", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a fundraising page", "type": "http" }, "http": { "method": "GET", "url": "https://api.classy.org/2.0/fundraising-pages/:id", "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=source_tracking_codes, confirmed against the official \"Fetch Source Codes\" Postman collection." }, { "info": { "name": "Update a fundraising page", "type": "http" }, "http": { "method": "PUT", "url": "https://api.classy.org/2.0/fundraising-pages/:id", "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." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a fundraising page" }, { "info": { "name": "Delete a fundraising page", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.classy.org/2.0/fundraising-pages/:id", "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": "Delete a fundraising page" }, { "info": { "name": "Retrieve a fundraising page's overview", "type": "http" }, "http": { "method": "GET", "url": "https://api.classy.org/2.0/fundraising-pages/:id/overview", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "Retrieve a fundraising page's overview" } ] } ], "bundled": true }