{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists private API", "version": "1.0.0" }, "items": [ { "info": { "name": "private", "type": "folder" }, "items": [ { "info": { "name": "get_event_billing_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/reports/billing", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "pos", "value": "", "type": "query" }, { "name": "managed", "value": "", "type": "query" }, { "name": "vivenuPayments", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Event Billing Report" }, { "info": { "name": "get_corrections_billing_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/reports/corrections", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "membershipProgramId", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Corrections Billing Report" }, { "info": { "name": "get_fee_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/reports/fees", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "scope", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Fee Report" }, { "info": { "name": "get_membership_billing_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/reports/membership-billing", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Membership Billing Report" }, { "info": { "name": "get_multi_event_billing_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/reports/multi-billing", "params": [ { "name": "eventIds", "value": "", "type": "query" }, { "name": "pos", "value": "", "type": "query" }, { "name": "managed", "value": "", "type": "query" }, { "name": "vivenuPayments", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Multi Event Billing Report" }, { "info": { "name": "get_seller_billing_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/reports/billing/seller", "params": [ { "name": "sellerId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Seller Billing Report" } ] } ], "bundled": true }