{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Registration API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Registration", "type": "folder" }, "items": [ { "info": { "name": "listCampaignRegistrations", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/campaigns/:campaign/registrations", "params": [ { "name": "campaign", "value": "", "type": "path", "description": "The specified Campaign ID" }, { "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": "Retrieves a list of all Registrations for a specific Campaign" }, { "info": { "name": "listOrganizationRegistrations", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization/registrations", "params": [ { "name": "organization", "value": "", "type": "path", "description": "The specified Organization ID" }, { "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": "Retrieves a list of all Registrations for a specific Organization" }, { "info": { "name": "getRegistrationById", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/registrations/:registration", "params": [ { "name": "registration", "value": "", "type": "path", "description": "The specified Registration ID" } ] }, "docs": "Retrieves Registrations from ID" }, { "info": { "name": "updateRegistration", "type": "http" }, "http": { "method": "PUT", "url": "https://pro.gofundme.com/api/2.0/registrations/:registration", "params": [ { "name": "registration", "value": "", "type": "path", "description": "The specified Registration ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Updates an existing Registration" }, { "info": { "name": "listTransactionsRegistrations", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/transactions/:transaction/registrations", "params": [ { "name": "transaction", "value": "", "type": "path", "description": "The specified Transaction ID" }, { "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": "Retrieves a list of all Registrations for a specific Transaction" } ] } ], "bundled": true }