{ "opencollection": "1.0.0", "info": { "name": "BTCPay Greenfield API Keys Crowdfund API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Crowdfund", "type": "folder" }, "items": [ { "info": { "name": "Get crowdfund app data", "type": "http" }, "http": { "method": "GET", "url": "https://{btcpay-host}/api/v1/apps/crowdfund/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "App ID" } ] }, "docs": "Returns crowdfund app data" }, { "info": { "name": "Update a Crowdfund app", "type": "http" }, "http": { "method": "PUT", "url": "https://{btcpay-host}/api/v1/apps/crowdfund/:appId", "params": [ { "name": "appId", "value": "", "type": "path", "description": "App ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Full update. GET the app first, modify the data, then PUT the complete payload." }, { "info": { "name": "Create a new Crowdfund app", "type": "http" }, "http": { "method": "POST", "url": "https://{btcpay-host}/api/v1/stores/:storeId/apps/crowdfund", "params": [ { "name": "storeId", "value": "", "type": "path", "description": "The store ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Create a new Crowdfund app" } ] } ], "bundled": true }