{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Organization Credential Set API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Organization Credential Set", "type": "folder" }, "items": [ { "info": { "name": "listOrganizationCredentialSets", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization/credential-sets", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Primary identifier of specified Organization" }, { "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 Credential Sets for the specified Organization" }, { "info": { "name": "createOrganizationCredentialSet", "type": "http" }, "http": { "method": "POST", "url": "https://pro.gofundme.com/api/2.0/organizations/:organization/credential-sets", "params": [ { "name": "organization", "value": "", "type": "path", "description": "Primary identifier for Organization" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Create a Credential Set for specified Organization" }, { "info": { "name": "fetchOrganizationCredentialSet", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organization-credential-sets/:organization_credential_set", "params": [ { "name": "organization_credential_set", "value": "", "type": "path", "description": "The specified Organization Credential Set ID" }, { "name": "with", "value": "", "type": "query", "description": "Request specific relationships to be returned with the OrganizationCredentialSet" } ] }, "docs": "Retrieves a Organization Credential Set from ID" }, { "info": { "name": "updateOrganizationCredentialSet", "type": "http" }, "http": { "method": "PUT", "url": "https://pro.gofundme.com/api/2.0/organization-credential-sets/:organization_credential_set", "params": [ { "name": "organization_credential_set", "value": "", "type": "path", "description": "Organization Credential Set ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Update a specified Organization Credential Set" }, { "info": { "name": "deleteOrganizationCredentialSet", "type": "http" }, "http": { "method": "DELETE", "url": "https://pro.gofundme.com/api/2.0/organization-credential-sets/:organization_credential_set", "params": [ { "name": "organization_credential_set", "value": "", "type": "path", "description": "Organization Credential Set ID" } ], "auth": { "type": "oauth2", "flow": "resource_owner_password_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Delete a specified Organization Credential Set" } ] } ], "bundled": true }