{ "opencollection": "1.0.0", "info": { "name": "Qgiv Account Settings Recurring API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Recurring", "type": "folder" }, "items": [ { "info": { "name": "List all recurring transactions (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/reporting/recurring/list", "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Returns all recurring transactions for the current form or organization, plus an upcoming billing forecast by month." }, { "info": { "name": "List recurring transactions by status (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/reporting/recurring/:status", "params": [ { "name": "status", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "List recurring transactions by status (Confirmed)" }, { "info": { "name": "Get a single recurring transaction (Confirmed)", "type": "http" }, "http": { "method": "POST", "url": "https://secure.qgiv.com/admin/api/reporting/recurring/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "form-urlencoded", "data": [] } }, "docs": "Get a single recurring transaction (Confirmed)" } ] } ], "bundled": true }