{ "opencollection": "1.0.0", "info": { "name": "Qgiv Account Settings Custom Amounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Custom Amounts", "type": "folder" }, "items": [ { "info": { "name": "List all custom amounts (Confirmed)", "type": "http" }, "http": { "method": "GET", "url": "https://secure.qgiv.com/admin/api/amounts/list", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "List all custom amounts (Confirmed)" }, { "info": { "name": "Create custom amount(s) (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/amounts/create", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Create custom amount(s) (Confirmed)" }, { "info": { "name": "Get a single custom amount (Confirmed)", "type": "http" }, "http": { "method": "GET", "url": "https://secure.qgiv.com/admin/api/amounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Get a single custom amount (Confirmed)" }, { "info": { "name": "Update a custom amount (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/amounts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Update a custom amount (Confirmed)" } ] } ], "bundled": true }