{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists fundraise API", "version": "1.0.0" }, "items": [ { "info": { "name": "fundraise", "type": "folder" }, "items": [ { "info": { "name": "get_all_campaigns", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fundraise/campaigns", "params": [ { "name": "top", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Can range between 1 and 1000." }, { "name": "skip", "value": "", "type": "query", "description": "The number of objects to skip for the requested result" }, { "name": "_id", "value": "", "type": "query", "description": "The ID of the campaign to search for" }, { "name": "name", "value": "", "type": "query", "description": "The name of the campaign to search for" }, { "name": "externalId", "value": "", "type": "query", "description": "The external ID of the campaign to search for" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Campaigns" }, { "info": { "name": "create_a_campaign", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/fundraise/campaigns", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Campaign" }, { "info": { "name": "get_all_funds", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fundraise/funds", "params": [ { "name": "top", "value": "", "type": "query", "description": "A limit on the number of objects to be returned. Can range between 1 and 1000." }, { "name": "skip", "value": "", "type": "query", "description": "The number of objects to skip for the requested result" }, { "name": "_id", "value": "", "type": "query", "description": "The ID of the fund to search for" }, { "name": "name", "value": "", "type": "query", "description": "The name of the fund to search for" }, { "name": "externalId", "value": "", "type": "query", "description": "The external ID of the fund to search for" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Funds" }, { "info": { "name": "create_a_fund", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/fundraise/funds", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Fund" }, { "info": { "name": "get_a_campaign", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fundraise/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the campaign to get the campaign (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Campaign" }, { "info": { "name": "update_a_campaign", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/fundraise/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the campaign to update (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Campaign" }, { "info": { "name": "get_a_donation", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fundraise/donations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the donation to get the donation (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Donation" }, { "info": { "name": "get_a_fund", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fundraise/funds/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the to get the fund (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Fund" }, { "info": { "name": "update_a_fund", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/fundraise/funds/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the fund to update (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Fund" }, { "info": { "name": "get_a_pledge", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fundraise/pledges/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the pledge to get the pledge (can be external ID). In case of external ID, the external ID must be prefixed with 'externalId:'" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Pledge" }, { "info": { "name": "create_a_donation", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/fundraise/donations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Donation" }, { "info": { "name": "create_a_pledge", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/fundraise/pledges", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Pledge" } ] } ], "bundled": true }