{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists api API", "version": "1.0.0" }, "items": [ { "info": { "name": "api", "type": "folder" }, "items": [ { "info": { "name": "access-lists/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/access-lists", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Access Lists" }, { "info": { "name": "access-lists/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/access-lists", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Access List" }, { "info": { "name": "accessusers/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/accessusers", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Access Users" }, { "info": { "name": "accessusers/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/accessusers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Access User" }, { "info": { "name": "attributes/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/attributes", "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": "resourceTypes", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Attributes" }, { "info": { "name": "attributes/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/attributes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Attribute" }, { "info": { "name": "bundles/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/bundles", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Bundles" }, { "info": { "name": "bundles/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/bundles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Bundle" }, { "info": { "name": "get_all_cancellations", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/cancellations", "params": [ { "name": "transactionId", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all cancellations" }, { "info": { "name": "get_all_channels", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/channels", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Channels" }, { "info": { "name": "create_a_channel", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/channels", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Channel" }, { "info": { "name": "checkouts/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/checkouts", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "channel", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all checkouts" }, { "info": { "name": "checkouts/createInternal", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkouts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a checkout" }, { "info": { "name": "credit-notes/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/credit-notes", "params": [ { "name": "transactionId", "value": "", "type": "query" }, { "name": "offerId", "value": "", "type": "query" }, { "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" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Credit Notes" }, { "info": { "name": "data-fields/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/data-fields", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Data Fields" }, { "info": { "name": "data-fields/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/data-fields", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Data Field" }, { "info": { "name": "get_disputes", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/disputes", "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": "sellerId", "value": "", "type": "query" }, { "name": "reference", "value": "", "type": "query" }, { "name": "paymentId", "value": "", "type": "query" }, { "name": "paymentGatewayId", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get disputes" }, { "info": { "name": "get_distributor_for_sales_channel", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distributors", "params": [ { "name": "salesChannelId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get distributor for sales channel" }, { "info": { "name": "document-templates/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/document-templates", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "targets", "value": "", "type": "query" }, { "name": "formats", "value": "", "type": "query" }, { "name": "title", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Document Templates" }, { "info": { "name": "document-templates/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/document-templates", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Document Template" }, { "info": { "name": "entitlements/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/entitlements", "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" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List entitlements" }, { "info": { "name": "entitlements-create/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/entitlements", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new entitlement" }, { "info": { "name": "event-series/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/event-series", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all event series" }, { "info": { "name": "event-series/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/event-series", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an event series" }, { "info": { "name": "events/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "sortDir", "value": "", "type": "query" }, { "name": "rootId", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "groupEventId", "value": "", "type": "query" }, { "name": "salesChannelId", "value": "", "type": "query" }, { "name": "childEvents", "value": "", "type": "query" }, { "name": "subscriptionPlanId", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "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" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Events" }, { "info": { "name": "events/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/events", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Event" }, { "info": { "name": "get_all_fee_schemes", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fee-schemes", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all fee schemes" }, { "info": { "name": "create_a_fee_scheme", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/fee-schemes", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a fee scheme" }, { "info": { "name": "get_all_images", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/image", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Images" }, { "info": { "name": "create_an_image", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/image", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Image" }, { "info": { "name": "get_all_invoices", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/invoices", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "transactionId", "value": "", "type": "query" }, { "name": "no", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Invoices" }, { "info": { "name": "create_invoice_for_transaction", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/invoices", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Invoice for Transaction" }, { "info": { "name": "get_all_jobs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/jobs", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all jobs" }, { "info": { "name": "create_an_job", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/jobs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an job" }, { "info": { "name": "api-keys/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/keys", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All API Keys" }, { "info": { "name": "api-keys/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/keys", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an API Key" }, { "info": { "name": "get_all_notifications", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/notifications", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "methods", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all notifications" }, { "info": { "name": "get_all_organizations", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/organizations", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Organizations" }, { "info": { "name": "create_an_organization", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/organizations", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Organization" }, { "info": { "name": "GET /api/packages", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/packages", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_payments", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "paymentRequestId", "value": "", "type": "query" }, { "name": "checkoutId", "value": "", "type": "query" }, { "name": "reference", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Payments" }, { "info": { "name": "perks/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/perks", "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": "name", "value": "", "type": "query", "description": "Filter by perk name" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List all Perks" }, { "info": { "name": "perks-create/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/perks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Perk" }, { "info": { "name": "get_all_pos", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all POS" }, { "info": { "name": "create_a_pos", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/pos", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a POS" }, { "info": { "name": "get_all_pos_infos", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/posinfo", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "operationMode", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all POS Infos" }, { "info": { "name": "get_all_price_tables", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/price-tables", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Price Tables" }, { "info": { "name": "create_a_price_table", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/price-tables", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Price Table" }, { "info": { "name": "products/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "variantIds", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Products" }, { "info": { "name": "products/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/products", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Product" }, { "info": { "name": "purchaseintents/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/purchaseintents", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "approvalStatus", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "shopId", "value": "", "type": "query" }, { "name": "createdAtStart", "value": "", "type": "query" }, { "name": "createdAtEnd", "value": "", "type": "query" }, { "name": "outcomeCheckoutId", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all PurchaseIntents" }, { "info": { "name": "purchaseintents/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a PurchaseIntent" }, { "info": { "name": "rebookings/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/rebookings", "params": [ { "name": "sourceTransactionId", "value": "", "type": "query" }, { "name": "targetCheckoutId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "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" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Rebookings" }, { "info": { "name": "get_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/reports", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "eventIds", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Report" }, { "info": { "name": "sales-channels/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sales-channels", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "permissions", "value": "", "type": "query" }, { "name": "groupIds", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all sales channels" }, { "info": { "name": "sales-channels/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/sales-channels", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a sales channel" }, { "info": { "name": "get_all_scan_groups", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/scan-groups", "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": "name", "value": "", "type": "query", "description": "The filter by name." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Scan Groups" }, { "info": { "name": "create_a_scan_group", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/scan-groups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Scan Group" }, { "info": { "name": "scan-zones/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/scan-zones", "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": "name", "value": "", "type": "query", "description": "The name to filter for." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Scan Zones" }, { "info": { "name": "scan-zones/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/scan-zones", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Scan Zone" }, { "info": { "name": "get_all_sellers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sellers", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "orgId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Sellers" }, { "info": { "name": "create_a_seller", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/sellers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Seller" }, { "info": { "name": "get_all_subscriptions", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "planId", "value": "", "type": "query" }, { "name": "planVariantIds", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "customerPaymentMethodId", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Subscriptions" }, { "info": { "name": "get_all_supports_tickets", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/supports", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "assignedToSeller", "value": "", "type": "query" }, { "name": "onlymy", "value": "", "type": "query" }, { "name": "preferredLanguage", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "assignee", "value": "", "type": "query" }, { "name": "tags", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all supports tickets" }, { "info": { "name": "get_all_ticket_transfers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/ticket-transfers", "params": [ { "name": "ticketIds", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "sender", "value": "", "type": "query" }, { "name": "recipient", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "origin", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Ticket Transfers" }, { "info": { "name": "create_ticket_transfer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/ticket-transfers", "body": { "type": "json", "data": "{}" } }, "docs": "Create Ticket Transfer" }, { "info": { "name": "tickets/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/tickets", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "barcode", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "deliveryType", "value": "", "type": "query" }, { "name": "event", "value": "", "type": "query" }, { "name": "statusId", "value": "", "type": "query" }, { "name": "gaName", "value": "", "type": "query" }, { "name": "sectionName", "value": "", "type": "query" }, { "name": "groupName", "value": "", "type": "query" }, { "name": "rowName", "value": "", "type": "query" }, { "name": "seatName", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "purchaseIntentId", "value": "", "type": "query" }, { "name": "checkoutId", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "batch", "value": "", "type": "query" }, { "name": "batchCounter", "value": "", "type": "query" }, { "name": "packageId", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Tickets" }, { "info": { "name": "get_all_transactions", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transactions", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "coupon", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "paymentStatus", "value": "", "type": "query" }, { "name": "posPaymentMethods", "value": "", "type": "query" }, { "name": "event", "value": "", "type": "query" }, { "name": "customer", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "psp", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Transactions" }, { "info": { "name": "get_all_users", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/users", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Users" }, { "info": { "name": "vouchers/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/vouchers", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "transactionId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Vouchers" }, { "info": { "name": "vouchers/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/vouchers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Voucher" }, { "info": { "name": "webhooks/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/webhooks", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all webhooks" }, { "info": { "name": "webhooks/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/webhooks", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a new webhook" }, { "info": { "name": "access-lists/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/access-lists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an Access List" }, { "info": { "name": "access-lists/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/access-lists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Access List" }, { "info": { "name": "access-lists/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/access-lists/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an Access List" }, { "info": { "name": "get_all_accessible_events", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/accessusers/events", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "includeRootEvents", "value": "", "type": "query" } ] }, "docs": "Get all accessible Events" }, { "info": { "name": "get_associated_access_user_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/accessusers/me", "headers": [ { "name": "token", "value": "" } ] }, "docs": "Get associated AccessUser info" }, { "info": { "name": "get_associated_seller_id", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/accessusers/seller", "headers": [ { "name": "token", "value": "" } ] }, "docs": "Get associated Seller Id" }, { "info": { "name": "attributes/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/attributes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an Attribute" }, { "info": { "name": "attributes/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/attributes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Attribute" }, { "info": { "name": "attributes/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/attributes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an Attribute" }, { "info": { "name": "bundles/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/bundles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Bundle" }, { "info": { "name": "bundles/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/bundles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Bundle" }, { "info": { "name": "channels/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/channels/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Channel" }, { "info": { "name": "update_a_channel", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/channels/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Channel" }, { "info": { "name": "get_a_checkout", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/checkout/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Checkout" }, { "info": { "name": "checkouts/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/checkout/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a checkout" }, { "info": { "name": "checkouts/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/checkouts/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get checkout by id" }, { "info": { "name": "coupons/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/coupon/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "couponSeriesId", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Coupons" }, { "info": { "name": "coupon-series/getAllCouponSeries", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/coupon/series", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all coupon series" }, { "info": { "name": "coupon-series/createCouponSeries", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/coupon/series", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create coupon series" }, { "info": { "name": "coupons/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/coupon/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Coupon" }, { "info": { "name": "coupons/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/coupon/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Coupon" }, { "info": { "name": "get_current_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get current customer" }, { "info": { "name": "update_current_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/me", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update current customer" }, { "info": { "name": "get_customer_payment_methods", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/payment-methods", "params": [ { "name": "channel", "value": "", "type": "query" }, { "name": "primary", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "paymentGatewayChannels", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get customer payment methods" }, { "info": { "name": "customers/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/rich", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "company", "value": "", "type": "query" }, { "name": "tags", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Customers" }, { "info": { "name": "get_all_customer_tags", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/tags", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Customer tags" }, { "info": { "name": "get_all_transfers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/transfers", "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": "createdAt", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "references", "value": "", "type": "query", "description": "The IDs or references of the transfers" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Transfers" }, { "info": { "name": "customers/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Customer" }, { "info": { "name": "customers/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Customer" }, { "info": { "name": "customers/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/customers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete Customer" }, { "info": { "name": "data-fields/resolve", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/data-fields/resolve", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "shopId", "value": "", "type": "query" }, { "name": "ticketTypeId", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "checkoutId", "value": "", "type": "query" }, { "name": "scope", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" } ] }, "docs": "Get all Data Fields by reference" }, { "info": { "name": "data-fields/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/data-fields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Data Field" }, { "info": { "name": "data-fields/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/data-fields/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Data Field" }, { "info": { "name": "get_all_events_for_a_seller", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distribution/events", "params": [ { "name": "distributorId", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ] }, "docs": "Get all events for a seller." }, { "info": { "name": "get_all_sellers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distribution/sellers", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" } ] }, "docs": "Get all sellers." }, { "info": { "name": "get_a_distributor", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distributors/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a distributor" }, { "info": { "name": "document-templates/resolve", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/document-templates/print", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "childEventId", "value": "", "type": "query" }, { "name": "ticketTypeId", "value": "", "type": "query" }, { "name": "productId", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "target", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "format", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" } ] }, "docs": "Get Document Templates" }, { "info": { "name": "document-templates/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/document-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Document Template" }, { "info": { "name": "document-templates/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/document-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Document Template" }, { "info": { "name": "delete_a_document_template", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/document-templates/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Document Template" }, { "info": { "name": "entitlements/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/entitlements/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an entitlement by ID" }, { "info": { "name": "entitlements/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/entitlements/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an entitlement" }, { "info": { "name": "event-series/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/event-series/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an event series" }, { "info": { "name": "event-series/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/event-series/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an event series" }, { "info": { "name": "event-series/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/event-series/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an event series" }, { "info": { "name": "get_all_events_rich", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/rich", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "sortDir", "value": "", "type": "query" }, { "name": "rootId", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "groupEventId", "value": "", "type": "query" }, { "name": "salesChannelId", "value": "", "type": "query" }, { "name": "childEvents", "value": "", "type": "query" }, { "name": "subscriptionPlanId", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "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" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Events Rich" }, { "info": { "name": "events/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an Event" }, { "info": { "name": "events/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Event" }, { "info": { "name": "events/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/events/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an Event" }, { "info": { "name": "get_a_fee_scheme", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/fee-schemes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a fee scheme" }, { "info": { "name": "update_a_fee_scheme", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/fee-schemes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a fee scheme" }, { "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_an_invoice", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an Invoice" }, { "info": { "name": "update_an_invoice", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Invoice" }, { "info": { "name": "jobs/getAllScheduledJobs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/jobs/schedules", "params": [ { "name": "task", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Scheduled Jobs" }, { "info": { "name": "jobs/createScheduledJob", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/jobs/schedules", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Scheduled Job" }, { "info": { "name": "get_an_job", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an job" }, { "info": { "name": "api-keys/getInfo", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/keys/info", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Get Information about the used API Key" }, { "info": { "name": "api-keys/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an API Key" }, { "info": { "name": "api-keys/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/keys/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an API Key" }, { "info": { "name": "marketing-campaigns/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/marketing/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": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Marketing Campaigns" }, { "info": { "name": "marketing-campaigns/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/marketing/campaigns", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Marketing Campaign" }, { "info": { "name": "short-links/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/marketing/short-links", "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": "campaignId", "value": "", "type": "query" }, { "name": "target", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get All Short Links" }, { "info": { "name": "short-link/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/marketing/short-links", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Short Link" }, { "info": { "name": "get_notification_settings_for_the_authenticated_user", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/notifications/preferences", "params": [ { "name": "locale", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get notification settings for the authenticated user" }, { "info": { "name": "update_notification_settings_for_the_authenticated_user", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/notifications/preferences", "params": [ { "name": "locale", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update notification settings for the authenticated user" }, { "info": { "name": "get_an_organization", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an Organization" }, { "info": { "name": "update_an_organization", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/organizations/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Organization" }, { "info": { "name": "GET /api/packages/configs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/packages/configs", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /api/packages/configs", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/packages/configs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "GET /api/packages/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/packages/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_all_chargebacks", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/chargebacks", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "gateway", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all chargebacks" }, { "info": { "name": "get_all_payment_gateways", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/gateways", "params": [ { "name": "orgId", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Payment Gateways" }, { "info": { "name": "create_a_payment_gateway", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/gateways", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Payment Gateway" }, { "info": { "name": "list_payment_plans", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/plans", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "customerPaymentMethodId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List Payment Plans" }, { "info": { "name": "get_all_refunds", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/refunds", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "gateway", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "name": "target", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all refunds" }, { "info": { "name": "payment-requests/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/requests", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "checkoutId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "origin", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Payment Requests" }, { "info": { "name": "payment-requests/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/requests", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Payment Request" }, { "info": { "name": "get_payment_strategies", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/strategies", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "optionId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Payment Strategies" }, { "info": { "name": "create_a_payment_strategy", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/strategies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Payment Strategy" }, { "info": { "name": "get_a_payment", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the payment" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Payment" }, { "info": { "name": "perks/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/perks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Perk by ID" }, { "info": { "name": "perks/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/perks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Perk" }, { "info": { "name": "perks/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/perks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Perk" }, { "info": { "name": "get_pos", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get POS" }, { "info": { "name": "update_pos", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/pos/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update POS" }, { "info": { "name": "get_pos_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/posinfo/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get POS Info" }, { "info": { "name": "get_a_price_table", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/price-tables/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Price Table" }, { "info": { "name": "update_a_price_table", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/price-tables/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Price Table" }, { "info": { "name": "count_print_jobs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/printjob/count", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Count Print jobs" }, { "info": { "name": "get_all_print_jobs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/printjob/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "fulfillmentTypeId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Print jobs" }, { "info": { "name": "get_a_print_job", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/printjob/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Print job" }, { "info": { "name": "update_a_print_job", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/printjob/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Print job" }, { "info": { "name": "product-categories/list", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/categories", "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": "name", "value": "", "type": "query", "description": "The name of the product category" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Product Categories" }, { "info": { "name": "product-categories/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/products/categories", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Product Category" }, { "info": { "name": "get_all_products", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Products" }, { "info": { "name": "products/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Product" }, { "info": { "name": "products/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Product" }, { "info": { "name": "products/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Product" }, { "info": { "name": "get_public_ticket_transfers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/ticket-transfers", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "tickets", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "childEventId", "value": "", "type": "query" }, { "name": "origin", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" } ] }, "docs": "Get Public Ticket Transfers" }, { "info": { "name": "search_a_purchase_intent", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/purchaseintents/search", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "secret", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Search a PurchaseIntent" }, { "info": { "name": "get_all_purchase_intent_strategies", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/purchaseintents/strategies", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all PurchaseIntent Strategies" }, { "info": { "name": "create_purchase_intent_strategies", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents/strategies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create PurchaseIntent Strategies" }, { "info": { "name": "purchaseintents/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/purchaseintents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a PurchaseIntent" }, { "info": { "name": "purchaseintents/update", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/purchaseintents/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a PurchaseIntent" }, { "info": { "name": "GET /api/rebookings/strategies", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/rebookings/strategies", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "POST /api/rebookings/strategies", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/rebookings/strategies", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "list_offers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/offers", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "customerId", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "listingIds", "value": "", "type": "query" }, { "name": "createdAt", "value": "", "type": "query" }, { "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" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List offers" }, { "info": { "name": "create_an_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/resell/offers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an offer" }, { "info": { "name": "sales-channel-groups/getAllSalesChannelGroups", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sales-channels/groups", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "includeDefaultGroups", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all sales channel groups" }, { "info": { "name": "sales-channel-groups/createSalesChannelGroup", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/sales-channels/groups", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a sales channel group" }, { "info": { "name": "sales-channels/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sales-channels/:id", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a SalesChannel" }, { "info": { "name": "sales-channels/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/sales-channels/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a sales channel" }, { "info": { "name": "get_a_scan_group", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/scan-groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Scan Group" }, { "info": { "name": "update_a_scan_group", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/scan-groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Scan Group" }, { "info": { "name": "delete_a_scan_group", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/scan-groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Scan Group" }, { "info": { "name": "scan-zones/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/scan-zones/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the Scan Zone" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Scan Zone" }, { "info": { "name": "scan-zones/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/scan-zones/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID of the Scan Zone" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Scan Zone" }, { "info": { "name": "get_seller_by_user", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sellers/me", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Seller by user" }, { "info": { "name": "get_a_seller", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sellers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Seller" }, { "info": { "name": "update_a_seller", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/sellers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Seller" }, { "info": { "name": "get_transaction_avg_cart", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/avgcart", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction avg Cart" }, { "info": { "name": "get_charges_per_time_scope", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/charges", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Charges per time scope" }, { "info": { "name": "get_customers_per_time_scope", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/customers", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Customers per time scope" }, { "info": { "name": "get_transaction_day_hours", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/dayhours", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction Day Hours" }, { "info": { "name": "get_applied_discounts", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/discounts", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "posId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get applied Discounts" }, { "info": { "name": "get_discount_usage", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/discountsusage", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get discount usage" }, { "info": { "name": "get_money_per_time_scope", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/money", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Money per time scope" }, { "info": { "name": "get_transaction_payment_method", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/paymentmethod", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction Payment Method" }, { "info": { "name": "get_applied_pos_discounts", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/posdiscounts", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "posId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get applied POS Discounts" }, { "info": { "name": "get_applied_pos_discount", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/posdiscountsusage", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get applied pos discount" }, { "info": { "name": "get_event_reports", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/reports", "params": [ { "name": "pos", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Event Reports" }, { "info": { "name": "get_transaction_states", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/status", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction States" }, { "info": { "name": "get_tickets_per_time_scope", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/tickets", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Tickets per time scope" }, { "info": { "name": "get_all_subscription_cycles", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/cycles", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "planId", "value": "", "type": "query" }, { "name": "planVariantIds", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Subscription Cycles" }, { "info": { "name": "create_a_subscription_cycle", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/cycles", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Subscription Cycle" }, { "info": { "name": "get_all_subscription_plans", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/plans", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Subscription Plans" }, { "info": { "name": "create_a_subscription_plan", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/plans", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a subscription Plan" }, { "info": { "name": "get_a_subscription", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Subscription" }, { "info": { "name": "update_a_subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Subscription" }, { "info": { "name": "count_unfinished_support_requests", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/support/status", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Count unfinished Support requests" }, { "info": { "name": "get_a_support_ticket", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/support/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a support ticket" }, { "info": { "name": "send_a_message", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/support/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a message" }, { "info": { "name": "get_support_ticket", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get support ticket" }, { "info": { "name": "update_a_support_ticket", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a support ticket" }, { "info": { "name": "patch_a_support_ticket", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Patch a support ticket" }, { "info": { "name": "delete_support_ticket", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/supports/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete support ticket" }, { "info": { "name": "get_a_ticket_transfer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/ticket-transfers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Ticket Transfer" }, { "info": { "name": "tickets/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/tickets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Ticket" }, { "info": { "name": "tickets/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/tickets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Ticket" }, { "info": { "name": "get_all_transactions_rich", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transactions/rich", "params": [ { "name": "name", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "coupon", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "paymentStatus", "value": "", "type": "query" }, { "name": "event", "value": "", "type": "query" }, { "name": "seller", "value": "", "type": "query" }, { "name": "customer", "value": "", "type": "query" }, { "name": "updatedAt", "value": "", "type": "query" }, { "name": "psp", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Transactions rich" }, { "info": { "name": "get_a_transaction", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transactions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Transaction" }, { "info": { "name": "get_my_user_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/users/info", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get my User info" }, { "info": { "name": "get_users_rich", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/users/rich", "params": [ { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "sellerAccess", "value": "", "type": "query" }, { "name": "organizationAccess", "value": "", "type": "query" }, { "name": "isAdmin", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Users rich" }, { "info": { "name": "get_all_sellers_of_a_user", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/users/sellers", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Sellers of a User" }, { "info": { "name": "get_all_vouchers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/vouchers/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "transactionId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Vouchers" }, { "info": { "name": "get_voucher_by_id", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/vouchers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Voucher by id" }, { "info": { "name": "vouchers/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/vouchers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Voucher" }, { "info": { "name": "access-list-entries/getAllAccessListEntries", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/access-lists/:listId/entries", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "externalCode", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "listId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Access List Entries" }, { "info": { "name": "access-list-entries/createAccessListEntry", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/access-lists/:listId/entries", "params": [ { "name": "listId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Access List Entry" }, { "info": { "name": "get_ticket_with_barcode", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/accessusers/tickets/:barcode", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "barcode", "value": "", "type": "path" } ] }, "docs": "Get Ticket with barcode" }, { "info": { "name": "get_tickets_for_an_event", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/accessusers/:eventId/tickets", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "until", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Get Tickets for an Event" }, { "info": { "name": "get_action_notification_subscription", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/action-notification/:type/:id", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Action Notification Subscription" }, { "info": { "name": "update_action_notification_subscription", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/action-notification/:type/:id", "params": [ { "name": "type", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Action Notification Subscription" }, { "info": { "name": "get_channel_info_by_code", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/channels/:code/info", "params": [ { "name": "code", "value": "", "type": "path" } ] }, "docs": "Get Channel Info by code" }, { "info": { "name": "get_a_transaction", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/checkout/transaction/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Transaction" }, { "info": { "name": "get_all_tickets_for_a_checkout", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/checkout/:id/tickets", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get all tickets for a checkout" }, { "info": { "name": "get_details_form", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/checkout/:id/detailsform", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get details form" }, { "info": { "name": "coupon-series/getACouponSeries", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/coupon/series/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a coupon series" }, { "info": { "name": "coupon-series/updateCouponSeries", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/coupon/series/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update coupon series" }, { "info": { "name": "get_coupon_or_voucher_by_code", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/coupon/:code/info", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "path" } ] }, "docs": "Get Coupon or Voucher by code" }, { "info": { "name": "get_payment_methods_for_logged_in_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/payment-methods", "params": [ { "name": "channel", "value": "", "type": "query" }, { "name": "primary", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "paymentGatewayChannels", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get payment methods for logged in customer" }, { "info": { "name": "create_a_payment_method", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/me/payment-methods", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a payment method" }, { "info": { "name": "get_payment_plans_of_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/payment-plans", "params": [ { "name": "locale", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get payment plans of customer" }, { "info": { "name": "get_purchase_intents_of_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/purchaseintents", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get PurchaseIntents of customer" }, { "info": { "name": "customers/getCustomerResellOffers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/resell-offers", "params": [ { "name": "status", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Resell Offers of Customer" }, { "info": { "name": "get_undershops_of_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/shops", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get undershops of customer" }, { "info": { "name": "get_subscriptions_of_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/subscriptions", "params": [ { "name": "locale", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get subscriptions of customer" }, { "info": { "name": "customers/getCustomerTicketTransfers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/ticket-transfers", "params": [ { "name": "origin", "value": "", "type": "query" }, { "name": "isSender", "value": "", "type": "query" }, { "name": "isRecipient", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Ticket Transfers of Customer" }, { "info": { "name": "get_tickets_of_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/tickets", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get tickets of customer" }, { "info": { "name": "get_transactions_of_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/transactions", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "subscriptionId", "value": "", "type": "query" }, { "name": "checkoutId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get transactions of customer" }, { "info": { "name": "reset_password", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/password-reset/:token", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "path" } ] }, "docs": "Reset password" }, { "info": { "name": "set_a_new_password", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/customers/password-reset/:token", "params": [ { "name": "token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set a new password" }, { "info": { "name": "get_transfer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/transfers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or the reference of the transfer" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transfer" }, { "info": { "name": "update_a_transfer", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/customers/transfers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Transfer" }, { "info": { "name": "customers/getCustomerBalance", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/:id/balance", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Customer Balance" }, { "info": { "name": "get_payment_methods_for_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/:id/payment-methods", "params": [ { "name": "channel", "value": "", "type": "query" }, { "name": "primary", "value": "", "type": "query" }, { "name": "active", "value": "", "type": "query" }, { "name": "gatewayId", "value": "", "type": "query" }, { "name": "paymentGatewayChannels", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get payment methods for customer" }, { "info": { "name": "create_a_customer_payment_method", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/:id/payment-methods", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a customer payment method" }, { "info": { "name": "get_a_checkout", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distribution/checkout/:id", "params": [ { "name": "distributorId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a checkout." }, { "info": { "name": "get_an_event_for_a_seller", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distribution/events/:id", "params": [ { "name": "distributorId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an event for a seller." }, { "info": { "name": "get_event_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/info/:id", "params": [ { "name": "web", "value": "", "type": "query" }, { "name": "underShop", "value": "", "type": "query" }, { "name": "posOperationMode", "value": "", "type": "query" }, { "name": "pos", "value": "", "type": "query" }, { "name": "channel", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Event info" }, { "info": { "name": "get_public_listing_events", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/public/listings", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "startMin", "value": "", "type": "query" }, { "name": "startMax", "value": "", "type": "query" }, { "name": "endMin", "value": "", "type": "query" }, { "name": "endMax", "value": "", "type": "query" }, { "name": "sectionURL", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "orgId", "value": "", "type": "query" }, { "name": "rootId", "value": "", "type": "query" }, { "name": "groupEventId", "value": "", "type": "query" }, { "name": "eventIds", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" }, { "name": "visibleInListing", "value": "", "type": "query" }, { "name": "showStartDate", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" }, { "name": "eventType", "value": "", "type": "query" }, { "name": "underShopId", "value": "", "type": "query" }, { "name": "attributes", "value": "", "type": "query" } ] }, "docs": "Get public listing events" }, { "info": { "name": "get_event_parents", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/:id/parents", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Event parents" }, { "info": { "name": "get_event_parent", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/:id/parent", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Event parent" }, { "info": { "name": "get_more_events", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/:eventId/recommendations", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Get more Events" }, { "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": "get_invoice_for_transaction_deprecated_use_get_invoices_with_the_transaction_id_query_parameter_instead", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/invoices/trans/:transactionId", "params": [ { "name": "transactionId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Invoice for Transaction (deprecated - use GET /invoices with the transactionId query parameter instead)" }, { "info": { "name": "create_invoice_for_transaction_deprecated_use_post_invoices_with_query_parameter_transaction_id_instead", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/invoices/trans/:transactionId", "params": [ { "name": "transactionId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Invoice for Transaction (deprecated - use POST /invoices with query parameter transactionId instead)" }, { "info": { "name": "jobs/getAScheduledJob", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/jobs/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Scheduled Job" }, { "info": { "name": "jobs/updateScheduledJob", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/jobs/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Scheduled Job" }, { "info": { "name": "jobs/deleteScheduledJob", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/jobs/schedules/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Scheduled Job" }, { "info": { "name": "marketing-campaigns/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/marketing/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Marketing Campaign" }, { "info": { "name": "marketing-campaigns/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/marketing/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Marketing Campaign" }, { "info": { "name": "marketing-campaigns/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/marketing/campaigns/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Marketing Campaign" }, { "info": { "name": "get_an_organizations_public_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/organizations/:id/info", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get an Organizations public info" }, { "info": { "name": "GET /api/packages/configs/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/packages/configs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "PUT /api/packages/configs/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/packages/configs/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_a_chargeback", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/chargebacks/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a chargeback" }, { "info": { "name": "get_a_payment_gateway", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/gateways/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Payment Gateway" }, { "info": { "name": "update_a_payment_gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/payments/gateways/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Payment Gateway" }, { "info": { "name": "get_a_payment_plan", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Payment Plan" }, { "info": { "name": "update_a_payment_plan", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/payments/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Payment Plan" }, { "info": { "name": "get_a_refund", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/refunds/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a refund" }, { "info": { "name": "payment-requests/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/requests/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Payment Request" }, { "info": { "name": "payment-requests/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/payments/requests/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Payment Request" }, { "info": { "name": "get_a_payment_strategy", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/payments/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Payment Strategy" }, { "info": { "name": "update_a_payment_strategy", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/payments/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Payment Strategy" }, { "info": { "name": "get_the_i_ds_and_the_types_of_all_active_pos_payment_gateways", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/payments/gateways", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the IDs and the types of all active POS payment gateways" }, { "info": { "name": "get_scannable_information_for_a_code", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/scannable", "params": [ { "name": "code", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get scannable information for a code" }, { "info": { "name": "get_x_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/xreport", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get X report" }, { "info": { "name": "get_pos_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get POS Status" }, { "info": { "name": "get_pos_sessions", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/sessions", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get POS sessions" }, { "info": { "name": "get_pos_fiscalization_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/fiscalization-info", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get POS fiscalization info" }, { "info": { "name": "get_pos_journal_logs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/logs", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "referenceId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get POS journal logs" }, { "info": { "name": "get_pos_events", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/events", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "startMin", "value": "", "type": "query" }, { "name": "startMax", "value": "", "type": "query" }, { "name": "endMin", "value": "", "type": "query" }, { "name": "endMax", "value": "", "type": "query" }, { "name": "sellStart", "value": "", "type": "query" }, { "name": "sellEnd", "value": "", "type": "query" }, { "name": "rootId", "value": "", "type": "query" }, { "name": "sortBy", "value": "", "type": "query" }, { "name": "sortOrder", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" }, { "name": "eventTypes", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get pos events" }, { "info": { "name": "product-categories/get", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Product Category" }, { "info": { "name": "product-categories/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/products/categories/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Product Category" }, { "info": { "name": "get_all_product_streams", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/streams/rich", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Product Streams" }, { "info": { "name": "get_a_product_stream", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Product Stream" }, { "info": { "name": "update_a_product_stream", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/products/streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Product Stream" }, { "info": { "name": "delete_a_product_stream", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/products/streams/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Product Stream" }, { "info": { "name": "document-templates/getPublic", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/document-templates/:id", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the public Document Template" }, { "info": { "name": "get_public_event", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/events/:id", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Public Event" }, { "info": { "name": "get_public_invoice_for_transaction", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/invoices/info", "params": [ { "name": "transactionId", "value": "", "type": "query" }, { "name": "secret", "value": "", "type": "query" }, { "name": "latest", "value": "", "type": "query" } ] }, "docs": "Get Public Invoice for Transaction" }, { "info": { "name": "get_a_public_product", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/products/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Public Product" }, { "info": { "name": "get_public_purchase_intent", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/purchaseintents/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get public PurchaseIntent" }, { "info": { "name": "GET /api/public/rebookings/info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/rebookings/info", "params": [ { "name": "checkoutId", "value": "", "type": "query" }, { "name": "secret", "value": "", "type": "query" } ] } }, { "info": { "name": "get_public_resell_listings", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/resell/listings", "params": [ { "name": "eventId", "value": "", "type": "query", "description": "The ID of the event" }, { "name": "sellerId", "value": "", "type": "query", "description": "The ID of the seller" }, { "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" } ] }, "docs": "Get public resell listings" }, { "info": { "name": "get_a_public_subscription", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/subscriptions/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a public Subscription" }, { "info": { "name": "update_a_subscription", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/public/subscriptions/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Subscription" }, { "info": { "name": "get_transactions_public_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/transactions/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get transaction's public info" }, { "info": { "name": "get_a_purchase_intent_strategy", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/purchaseintents/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a PurchaseIntent Strategy" }, { "info": { "name": "update_a_purchase_intent_strategy", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/purchaseintents/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a PurchaseIntent Strategy" }, { "info": { "name": "GET /api/rebookings/strategies/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/rebookings/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "PUT /api/rebookings/strategies/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/rebookings/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "DELETE /api/rebookings/strategies/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/rebookings/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "get_offer_by_id", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/offers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get offer by id" }, { "info": { "name": "sales-channel-groups/getASalesChannelGroup", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sales-channels/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a SalesChannelGroup" }, { "info": { "name": "sales-channel-groups/updateSalesChannelGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/sales-channels/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a sales channel group" }, { "info": { "name": "get_seller_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sellers/info/:id", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Seller info" }, { "info": { "name": "get_seller_vitals", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/sellers/:id/vitals", "params": [ { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Seller Vitals" }, { "info": { "name": "aggregate_checkouts_by_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/checkouts/countByStatus", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "timezone", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Aggregate checkouts by status" }, { "info": { "name": "get_events_with_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/events/status", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Events with status" }, { "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_transaction_reports", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/transaction/reports", "params": [ { "name": "pos", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction reports" }, { "info": { "name": "get_transaction_extra_fields", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/transactions/extra-fields", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "field", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction Extra Fields" }, { "info": { "name": "get_transaction_locations", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/transactions/location", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction Locations" }, { "info": { "name": "get_a_subscription_cycle", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/cycles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Subscription Cycle" }, { "info": { "name": "update_a_subscription_cycle", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/subscriptions/cycles/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Subscription Cycle" }, { "info": { "name": "get_a_subscription_plan", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get a Subscription Plan" }, { "info": { "name": "update_a_subscription_plan", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/subscriptions/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a subscription Plan" }, { "info": { "name": "get_all_subscription_cycles", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/subscriptions/:id/cycles", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Subscription Cycles" }, { "info": { "name": "get_support_context", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/supports/:id/context", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get support context" }, { "info": { "name": "validate_a_ticket_by_its_barcode", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/third/exchange/validate", "params": [ { "name": "barcode", "value": "", "type": "query" }, { "name": "ticketId", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" } ] }, "docs": "Validate a ticket by its barcode" }, { "info": { "name": "preview_the_checkout_filter", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/third/queue-slips/checkouts", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "checkoutId", "value": "", "type": "query" }, { "name": "deliveryType", "value": "", "type": "query" }, { "name": "fulfillmentTypeId", "value": "", "type": "query" }, { "name": "printStatus", "value": "", "type": "query" }, { "name": "paymentStatus", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "email", "value": "", "type": "query" }, { "name": "seller", "value": "", "type": "query" }, { "name": "customer", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview the checkout filter" }, { "info": { "name": "create_checkout_queue_slip_populator_job", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/third/queue-slips/checkouts", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create checkout queue slip populator job" }, { "info": { "name": "preview_the_ticket_filter", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/third/queue-slips/tickets", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "_id", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "aggregations", "value": "", "type": "query" }, { "name": "transactionId", "value": "", "type": "query" }, { "name": "purchaseIntentId", "value": "", "type": "query" }, { "name": "fulfillmentTypeId", "value": "", "type": "query" }, { "name": "barcode", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "printStatus", "value": "", "type": "query" }, { "name": "deliveryType", "value": "", "type": "query" }, { "name": "event", "value": "", "type": "query" }, { "name": "ticketType", "value": "", "type": "query" }, { "name": "seller", "value": "", "type": "query" }, { "name": "customer", "value": "", "type": "query" }, { "name": "statusId", "value": "", "type": "query" }, { "name": "gaName", "value": "", "type": "query" }, { "name": "sectionName", "value": "", "type": "query" }, { "name": "groupName", "value": "", "type": "query" }, { "name": "rowName", "value": "", "type": "query" }, { "name": "seatName", "value": "", "type": "query" }, { "name": "excludedOrigins", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview the ticket filter" }, { "info": { "name": "create_ticket_queue_slip_populator_job", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/third/queue-slips/tickets", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create ticket queue slip populator job" }, { "info": { "name": "preview_the_voucher_filter", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/third/queue-slips/vouchers", "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "transactionId", "value": "", "type": "query" }, { "name": "fulfillmentTypeId", "value": "", "type": "query" }, { "name": "aggregations", "value": "", "type": "query" }, { "name": "printStatus", "value": "", "type": "query" }, { "name": "code", "value": "", "type": "query" }, { "name": "seller", "value": "", "type": "query" }, { "name": "customer", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview the voucher filter" }, { "info": { "name": "create_voucher_queue_slip_populator_job", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/third/queue-slips/vouchers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create voucher queue slip populator job" }, { "info": { "name": "get_public_ticket_transfer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/ticket-transfers/:id/:secret", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "secret", "value": "", "type": "path" } ] }, "docs": "Get Public Ticket Transfer" }, { "info": { "name": "tickets/getBatch", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/tickets/batch/:batchId", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "batchId", "value": "", "type": "path" } ] }, "docs": "Get Tickets of Batch" }, { "info": { "name": "tickets/getPublic", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/tickets/:id/:secret", "params": [ { "name": "childEventId", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "secret", "value": "", "type": "path" } ] }, "docs": "Get Ticket information" }, { "info": { "name": "get_transactions_checkout", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transaction/:id/checkout", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get transactions checkout" }, { "info": { "name": "get_all_transaction_tickets", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transactions/:id/tickets", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get all Transaction Tickets" }, { "info": { "name": "get_transaction_cancellation_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transactions/:id/cancellations", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Transaction cancellation info" }, { "info": { "name": "create_a_transaction_cancellation", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/cancellations", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Transaction cancellation" }, { "info": { "name": "get_user_info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/users/info/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get User info" }, { "info": { "name": "check_if_password_reset_exists", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/users/password-reset/:token", "params": [ { "name": "token", "value": "", "type": "path" } ] }, "docs": "Check if password reset exists" }, { "info": { "name": "set_password_after_reset", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/users/password-reset/:token", "params": [ { "name": "token", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Set password after reset" }, { "info": { "name": "get_user_devices", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/users/:userId/devices", "params": [ { "name": "userId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get user devices" }, { "info": { "name": "vouchers/getTransactions", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/vouchers/:id/transactions", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Voucher Transactions by id" }, { "info": { "name": "access-list-entries/getAnAccessListEntryTicket", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/access-lists/entries/:externalCode/ticket", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "externalCode", "value": "", "type": "path" } ] }, "docs": "Get an Access List Entry's Ticket" }, { "info": { "name": "access-list-entries/getAnAccessListEntry", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/access-lists/:listId/entries/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "listId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get an Access List Entry" }, { "info": { "name": "access-list-entries/updateAccessListEntry", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/access-lists/:listId/entries/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "listId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Access List Entry" }, { "info": { "name": "access-list-entries/deleteAccessListEntry", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/access-lists/:listId/entries/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "listId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an Access List Entry" }, { "info": { "name": "get_tickets_for_an_event_v_2", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/accessusers/tickets/v2/:eventId", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "from", "value": "", "type": "query" }, { "name": "until", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "path" } ] }, "docs": "Get Tickets for an Event v2" }, { "info": { "name": "get_redirected_to_sso_provider", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/auth/sso/:ssoId/authorize", "params": [ { "name": "redirect_uri", "value": "", "type": "query" }, { "name": "login_hint", "value": "", "type": "query" }, { "name": "sellerId", "value": "", "type": "query" }, { "name": "ssoId", "value": "", "type": "path" } ] }, "docs": "Get redirected to SSO provider" }, { "info": { "name": "get_payment_method_for_logged_in_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/me/payment-methods/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get payment method for logged in customer" }, { "info": { "name": "get_payment_method_for_customer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/customers/:customerId/payment-methods/:id", "params": [ { "name": "customerId", "value": "", "type": "path", "description": "ID of the customer" }, { "name": "id", "value": "", "type": "path", "description": "The ID of the customer payment method" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get payment method for customer" }, { "info": { "name": "get_the_availabilities_for_an_event", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distribution/events/:id/availabilities", "params": [ { "name": "distributorId", "value": "", "type": "query" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "top", "value": "", "type": "query" }, { "name": "skip", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get the availabilities for an event." }, { "info": { "name": "get_public_listing_event", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/events/public/listings/:id", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "underShopId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get public listing event" }, { "info": { "name": "get_public_invoice_for_transaction_deprecated_use_get_public_invoices_info_with_query_parameters_transaction_id_and_secret_instead", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/invoices/:transactionId/info/:secret", "params": [ { "name": "transactionId", "value": "", "type": "path" }, { "name": "secret", "value": "", "type": "path" } ] }, "docs": "Get Public Invoice for Transaction (deprecated - use GET /public/invoices/info with query parameters transactionId and secret instead)" }, { "info": { "name": "export_pos_order_discounts", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/export/orderdiscounts", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export POS order discounts" }, { "info": { "name": "export_pos_orders", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/export/orders", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export POS orders" }, { "info": { "name": "export_pos_journal_logs", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/export/journallogs", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export POS journal logs" }, { "info": { "name": "get_z_report", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/zreport/:reportId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "reportId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Z report" }, { "info": { "name": "collect_checkout_data", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/collect-checkout/:checkoutId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "checkoutId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Collect Checkout Data" }, { "info": { "name": "export_pos_cancellations", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/export/cancellations", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export POS cancellations" }, { "info": { "name": "export_pos_order_items", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/pos/:id/export/orderitems", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Export POS order items" }, { "info": { "name": "get_a_product_streams_products", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/products/streams/:id/products", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Product Stream's Products" }, { "info": { "name": "credit-notes/info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/credit-notes/:id/info", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Credit Note Info" }, { "info": { "name": "events/getOffers", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/events/:id/offers", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get offers for an event" }, { "info": { "name": "get_event_availabilities", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/events/:id/availabilities", "params": [ { "name": "shopId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Event Availabilities" }, { "info": { "name": "get_public_shop", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/events/:id/shop", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "shopId", "value": "", "type": "query" }, { "name": "channelId", "value": "", "type": "query" }, { "name": "pos", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Public Shop" }, { "info": { "name": "get_public_invoice", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/invoices/:id/info", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Public Invoice" }, { "info": { "name": "GET /api/public/packages/configs/{slug}", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/packages/configs/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "get_a_public_payment_plan", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/payments/plans/:id", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Public Payment Plan" }, { "info": { "name": "update_a_public_payment_plan", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/public/payments/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Public Payment Plan" }, { "info": { "name": "get_public_payment_strategy", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/payments/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Public Payment Strategy" }, { "info": { "name": "get_public_purchase_intent_tickets", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/purchaseintents/:id/tickets", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get public PurchaseIntent tickets" }, { "info": { "name": "rebooking-strategy/getPublic", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/rebookings/strategies/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "get_sellers_payment_methods", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/sellers/:id/payment-methods", "params": [ { "name": "channel", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get Sellers Payment Methods" }, { "info": { "name": "get_a_public_subscription_plan", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/subscriptions/plans/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a Public Subscription Plan" }, { "info": { "name": "get_all_tickets_for_a_subscription", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/subscriptions/:id/tickets", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get all tickets for a Subscription" }, { "info": { "name": "tickets/upgradeInfo", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/tickets/upgrades/info", "params": [ { "name": "checkoutId", "value": "", "type": "query" }, { "name": "secret", "value": "", "type": "query" } ] }, "docs": "Get ticket upgrade info" }, { "info": { "name": "tickets/getReturnInfo", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/tickets/:id/return-info", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "transactionSecret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Return a Ticket" }, { "info": { "name": "get_transaction_of_a_ticket", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/tickets/:id/transaction", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get transaction of a ticket" }, { "info": { "name": "get_transactions_public_tickets", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/transactions/:id/tickets", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get transaction's public tickets" }, { "info": { "name": "get_a_payment_plans_public_information_based_on_the_transaction", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/transactions/:id/payment-plan", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a payment plan's public information based on the transaction" }, { "info": { "name": "get_listing_of_offer", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/offers/:id/listing", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get listing of offer" }, { "info": { "name": "get_internal_ticket_resell_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/resell/ticket/:id/status", "params": [ { "name": "customerId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get internal ticket resell status" }, { "info": { "name": "get_event_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/stats/events/:id/status", "params": [ { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" }, { "name": "posId", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Event Status" }, { "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" }, { "info": { "name": "receive_the_ticket_exchange_payload_for_multiple_tickets", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/third/exchange/validate/tickets", "params": [ { "name": "eventId", "value": "", "type": "query" }, { "name": "ticketIds", "value": "", "type": "query" } ] }, "docs": "Receive the ticket exchange payload for multiple tickets" }, { "info": { "name": "get_ticket_print_data", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/tickets/:id/print/:secret", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "query" }, { "name": "asPackage", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "secret", "value": "", "type": "path" } ] }, "docs": "Get Ticket Print Data" }, { "info": { "name": "get_transaction_print_data", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/transaction/:id/print/:secret", "params": [ { "name": "locale", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" }, { "name": "secret", "value": "", "type": "path" } ] }, "docs": "Get Transaction print data" }, { "info": { "name": "get_voucher_by_id_and_code", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/vouchers/:id/:code/info", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "code", "value": "", "type": "path" } ] }, "docs": "Get Voucher by id and code" }, { "info": { "name": "GET /api/public/packages/configs/{slug}/info", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/packages/configs/:slug/info", "params": [ { "name": "slug", "value": "", "type": "path" } ] } }, { "info": { "name": "get_public_ticket_resell_status", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/resell/ticket/:id/status", "params": [ { "name": "sellerId", "value": "", "type": "query", "description": "The ID of the seller" }, { "name": "secret", "value": "", "type": "query", "description": "The secret of the ticket" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get public ticket resell status" }, { "info": { "name": "validates_the_active_listing_for_multiple_tickets", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/third/exchange/listings/:id/validate", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Validates the active listing for multiple tickets" }, { "info": { "name": "get_seating_groups_for_an_event", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distribution/events/:eventId/availabilities/:availabilityId/seating-groups", "params": [ { "name": "distributorId", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "path" }, { "name": "availabilityId", "value": "", "type": "path" } ] }, "docs": "Get seating groups for an event." }, { "info": { "name": "short-links/publicGet", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/public/sellers/:sellerId/marketing/short-links/:code", "params": [ { "name": "sellerId", "value": "", "type": "path" }, { "name": "code", "value": "", "type": "path" } ] }, "docs": "Public Get Sellers Short Link" }, { "info": { "name": "get_the_state_for_a_seating_group", "type": "http" }, "http": { "method": "GET", "url": "https://vivenu.com/api/distribution/events/:eventId/availabilities/:availabilityId/seating-groups/:groupId", "params": [ { "name": "distributorId", "value": "", "type": "query" }, { "name": "eventId", "value": "", "type": "path" }, { "name": "groupId", "value": "", "type": "path" }, { "name": "availabilityId", "value": "", "type": "path" } ] }, "docs": "Get the state for a seating group." }, { "info": { "name": "checkouts/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Checkout" }, { "info": { "name": "coupons/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/coupon", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Coupon" }, { "info": { "name": "customers/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create Customer" }, { "info": { "name": "create_a_support_ticket", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/support", "body": { "type": "json", "data": "{}" } }, "docs": "Create a support ticket" }, { "info": { "name": "POST /api/upload", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/upload", "headers": [ { "name": "x-asset-type", "value": "" }, { "name": "content-type", "value": "" }, { "name": "content-length", "value": "" } ], "params": [ { "name": "bucket", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } } }, { "info": { "name": "create_an_exchange_token", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/auth/exchange-token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an exchange token" }, { "info": { "name": "exchange_a_token", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/auth/token", "body": { "type": "json", "data": "{}" } }, "docs": "Exchange a token" }, { "info": { "name": "coupons/generate", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/coupon/generate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate coupons for coupon series" }, { "info": { "name": "login_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login customer" }, { "info": { "name": "request_a_password_reset_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/password-reset", "body": { "type": "json", "data": "{}" } }, "docs": "Request a password reset mail" }, { "info": { "name": "register_as_a_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/register", "body": { "type": "json", "data": "{}" } }, "docs": "Register as a customer" }, { "info": { "name": "create_a_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/distribution/checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Create a checkout." }, { "info": { "name": "duplicate_an_event", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/events/duplicate", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Duplicate an Event" }, { "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" }, { "info": { "name": "get_insurance_offers_for_a_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/insurance/offers", "body": { "type": "json", "data": "{}" } }, "docs": "Get insurance offers for a Checkout" }, { "info": { "name": "upload_an_input_file_for_importing", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/jobs/upload-input", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Upload an input file for importing" }, { "info": { "name": "get_or_create_a_default_api_key", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/keys/default", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get or Create a Default API Key" }, { "info": { "name": "create_a_product_stream", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/products/streams", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a Product Stream" }, { "info": { "name": "POST /api/public/rebookings", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/rebookings", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "look_up_the_last_transaction_by_email_and_resend_the_order_confirmation", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/support/ticket-lookup", "body": { "type": "json", "data": "{}" } }, "docs": "Look up the last transaction by email and resend the order confirmation" }, { "info": { "name": "tickets/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/free", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create free Tickets" }, { "info": { "name": "change_seller_on_user", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/access-seller", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change Seller on User" }, { "info": { "name": "invite_a_user", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/invite", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Invite a User" }, { "info": { "name": "login_a_user", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/login", "body": { "type": "json", "data": "{}" } }, "docs": "Login a User" }, { "info": { "name": "request_a_password_reset_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/password-reset", "body": { "type": "json", "data": "{}" } }, "docs": "Request a password reset mail" }, { "info": { "name": "refresh_authentication_token", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/refresh", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Refresh authentication token" }, { "info": { "name": "create_scans", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/accessusers/scans/:eventId", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "eventId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create scans" }, { "info": { "name": "create_invoice_for_cancellation", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/cancellations/:id/invoice", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create invoice for cancellation" }, { "info": { "name": "send_a_confirmation_sms_for_a_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/confirmation-sms", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send a confirmation SMS for a checkout" }, { "info": { "name": "complete_an_internal_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/internal", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Complete an Internal Checkout" }, { "info": { "name": "resend_confirmation_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/confirmation-mail", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Resend confirmation mail" }, { "info": { "name": "update_checkout_items", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/items", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update checkout items" }, { "info": { "name": "confirm_a_payment_plan", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/confirm-payment-plan", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Confirm a payment plan" }, { "info": { "name": "confirm_a_subscription", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/confirm-subscription", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Confirm a subscription" }, { "info": { "name": "reserve_a_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/reserve", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reserve a checkout" }, { "info": { "name": "confirm_a_checkout_via_cpm", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/confirm-cpm", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Confirm a checkout via CPM" }, { "info": { "name": "abort_a_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/abort", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Abort a checkout" }, { "info": { "name": "post_checkout_details", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/details", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Post checkout details" }, { "info": { "name": "resend_invitation_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout/:id/reserved-invitation-mail", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Resend invitation mail" }, { "info": { "name": "coupons/decouple", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/coupon/:id/decouple", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Decouple coupon from coupon series" }, { "info": { "name": "resend_verification_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/verify/resend", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Resend verification mail" }, { "info": { "name": "verify_a_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/verify/:token", "params": [ { "name": "sellerId", "value": "", "type": "query" }, { "name": "token", "value": "", "type": "path" } ] }, "docs": "Verify a Customer" }, { "info": { "name": "erase_customer_data", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/:id/erase-data", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Erase Customer data" }, { "info": { "name": "create_account_for_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/:id/account", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create account for Customer" }, { "info": { "name": "stop_dispute_automation", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/disputes/:id/stop-automation", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Stop dispute automation" }, { "info": { "name": "add_recurrences", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/events/:id/recurrences", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add Recurrences" }, { "info": { "name": "generate_a_read_only_seatmap_share_link", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/events/:id/seatmap-share-link", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Generate a read-only seatmap share link" }, { "info": { "name": "set_the_seating_event_id_of_an_event", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/events/:id/seating", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set the seating event id of an event" }, { "info": { "name": "decouple_event", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/events/:id/decouple", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Decouple event" }, { "info": { "name": "payment-requests/createSetup", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/requests/setup", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Payment Request for Customer Payment Method Setup" }, { "info": { "name": "disable_pos", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/pos/:id/disable", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Disable POS" }, { "info": { "name": "convert_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/pos/:id/convert-checkout", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Convert Checkout" }, { "info": { "name": "close_a_pos_session", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/pos/:id/close", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Close a POS session" }, { "info": { "name": "open_a_pos_session", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/pos/:id/open", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Open a POS session" }, { "info": { "name": "update_a_print_jobs_status", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/printjob/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Print job's status" }, { "info": { "name": "create_a_checkout_for_multiple_purchase_intents", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/purchaseintents/checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Create a checkout for multiple PurchaseIntents" }, { "info": { "name": "create_an_offer_as_a_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/resell/offers", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an offer as a customer" }, { "info": { "name": "tickets/claim", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/tickets/claim", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Claim tickets" }, { "info": { "name": "tickets/paidRePersonalization", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/tickets/repersonalization", "body": { "type": "json", "data": "{}" } }, "docs": "Request repersonalization" }, { "info": { "name": "tickets/upgrade", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/tickets/upgrade", "body": { "type": "json", "data": "{}" } }, "docs": "Upgrade tickets" }, { "info": { "name": "purchaseintents/addHistoryComment", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add history entry" }, { "info": { "name": "send_a_reservation_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents/:id/reservation-mail", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send a reservation mail" }, { "info": { "name": "cancel_a_purchase_intent", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a purchase intent" }, { "info": { "name": "purchaseintents/split", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents/:id/split", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Split a PurchaseIntent" }, { "info": { "name": "set_approval_status", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents/:id/approval", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set approval status" }, { "info": { "name": "create_purchase_intent_tickets", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/purchaseintents/:id/create-tickets", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create purchase intent tickets" }, { "info": { "name": "preview_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/resell/offers/preview", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview offer" }, { "info": { "name": "sales-channels/archive", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/sales-channels/:id/archive", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Archive a sales channel" }, { "info": { "name": "creates_a_checkout_for_a_draft_subscription_internal", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/:id/checkout", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the subscription" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Creates a checkout for a draft subscription (internal)" }, { "info": { "name": "update_seller_assignment", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/assign-seller", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update seller assignment" }, { "info": { "name": "change_support_ticket_assignee", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/assignee", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket assignee" }, { "info": { "name": "reply_to_support_ticket", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/message", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reply to support ticket" }, { "info": { "name": "change_support_ticket_status", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket status" }, { "info": { "name": "change_support_ticket_seller", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/seller", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket seller" }, { "info": { "name": "change_support_ticket_prio", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/supports/:id/prio", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change support ticket prio" }, { "info": { "name": "notifies_the_system_that_a_ticket_has_been_listed_on_a_third_party_platform", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/third/exchange/listings", "body": { "type": "json", "data": "{}" } }, "docs": "Notifies the system that a ticket has been listed on a third party platform" }, { "info": { "name": "swap_a_ticket_with_barcode_and_new_customer_information", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/third/exchange/swap", "body": { "type": "json", "data": "{}" } }, "docs": "Swap a ticket with barcode and new customer information" }, { "info": { "name": "reject_ticket_transfer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/ticket-transfers/:id/reject", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Reject Ticket Transfer" }, { "info": { "name": "accept_ticket_transfer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/ticket-transfers/:id/accept", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Accept Ticket Transfer" }, { "info": { "name": "tickets/reissue", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/:id/reissue", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Reissue Ticket" }, { "info": { "name": "tickets/invalidate", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/:id/invalidate", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invalidate Ticket" }, { "info": { "name": "send_ticket_per_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/:id/mail", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send Ticket per mail" }, { "info": { "name": "change_tickets_seat", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/:id/seat", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Change Ticket's seat" }, { "info": { "name": "tickets/validate", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/:id/validate", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Validate Ticket" }, { "info": { "name": "tickets/requireDetails", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/:id/detailsrequired", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Require Details" }, { "info": { "name": "prepare_ticket_for_delivery", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/:id/preparedelivery", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Prepare Ticket for delivery" }, { "info": { "name": "tickets/orderSms", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/order-sms", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send an order SMS for a transaction" }, { "info": { "name": "send_transaction_tickets_per_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/ticket-mail", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send transaction tickets per mail" }, { "info": { "name": "send_a_transaction_reserved_invitation_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/invitationmail", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send a Transaction reserved invitation mail" }, { "info": { "name": "update_the_payment_status", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/paymentstatus", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update the payment status" }, { "info": { "name": "cancel_a_transaction", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel a Transaction" }, { "info": { "name": "complete_a_transaction", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/complete", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Complete a Transaction" }, { "info": { "name": "resend_a_transaction_booking_confirmation_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/resendconfirmationmail", "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the transaction to resend the booking confirmation mail" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Resend a Transaction booking confirmation mail" }, { "info": { "name": "transactions/voucherMail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/voucher-mail", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send transaction vouchers per mail" }, { "info": { "name": "transactions/addHistoryComment", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/transactions/:id/history", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add history entry" }, { "info": { "name": "get_notification_device_info", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/notifications/deviceinfo", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get notification device info" }, { "info": { "name": "subscribe_notification_type", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/notifications/subscribe", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Subscribe notification type" }, { "info": { "name": "unsubscribe_notification_type", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/notifications/unsubscribe", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Unsubscribe notification type" }, { "info": { "name": "add_user_roles", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/:id/roles", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add User roles" }, { "info": { "name": "remove_user_roles", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/users/:id/roles", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Remove User roles" }, { "info": { "name": "add_user_permissions", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/users/:id/permissions", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add User permissions" }, { "info": { "name": "remove_user_permissions", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/users/:id/permissions", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Remove User permissions" }, { "info": { "name": "scan_ticket_with_barcode", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/accessusers/tickets/:barcode/scan", "headers": [ { "name": "token", "value": "" } ], "params": [ { "name": "barcode", "value": "", "type": "path" } ] }, "docs": "Scan Ticket with barcode" }, { "info": { "name": "extend_the_expiry_time_of_a_checkout_by_one_hour", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/distribution/checkout/:id/extend", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Extend the expiry time of a checkout by one hour." }, { "info": { "name": "complete_a_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/distribution/checkout/:id/complete", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Complete a checkout." }, { "info": { "name": "abort_a_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/distribution/checkout/:id/abort", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Abort a checkout." }, { "info": { "name": "cancel_a_transaction", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/distribution/transaction/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Cancel a transaction." }, { "info": { "name": "complete_a_payment_plan", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/plans/:id/complete", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Complete a Payment Plan" }, { "info": { "name": "payment-requests/receiveProcessor", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/requests/:id/processor", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Receive Processor Info" }, { "info": { "name": "payment-requests/confirm", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/requests/:id/confirm", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Confirm a Payment Request" }, { "info": { "name": "payment-requests/changeStatus", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/requests/:id/payment-status", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Change Payment Request Payment Status" }, { "info": { "name": "payment-requests/verify", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/requests/:id/verify", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Verify a payment request" }, { "info": { "name": "cancel_pos_transaction", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/pos/:id/cancel/:transactionId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "transactionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel POS Transaction" }, { "info": { "name": "create_purchase_intents_checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/purchaseintents/:id/checkout", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create PurchaseIntent's checkout" }, { "info": { "name": "purchaseintents/publicCancel", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/purchaseintents/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Public Cancel a Purchase Intent" }, { "info": { "name": "preview_an_offer_as_a_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/resell/offers/preview", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Preview an offer as a customer" }, { "info": { "name": "creates_a_checkout_for_a_draft_subscription_or_a_interactive_recurring_renewal", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/subscriptions/:id/checkout", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the subscription" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a checkout for a draft subscription or a interactive recurring renewal" }, { "info": { "name": "tickets/return", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/tickets/:id/return", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Return a Ticket" }, { "info": { "name": "tickets/invalidatePublic", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/tickets/:id/invalidate", "params": [ { "name": "secret", "value": "", "type": "query" }, { "name": "eventIds", "value": "", "type": "query" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Invalidate Ticket" }, { "info": { "name": "cancel_an_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/resell/offers/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel an offer" }, { "info": { "name": "initialize_fiscalization_of_a_seller", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/sellers/:id/fiscalization/initialize", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Initialize Fiscalization of a Seller" }, { "info": { "name": "activate_a_subscription_cycle", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/cycles/:id/active", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Activate a Subscription Cycle" }, { "info": { "name": "retry_a_subscription_cycles_failed_actions", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/cycles/:id/retry", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retry a Subscription Cycles failed actions" }, { "info": { "name": "swap_multiple_tickets_with_new_customer_information", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/third/exchange/swap/tickets", "body": { "type": "json", "data": "{}" } }, "docs": "Swap multiple tickets with new customer information" }, { "info": { "name": "tickets/invalidateBatch", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/batch/:id/invalidate", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Invalidate Tickets of a Batch" }, { "info": { "name": "send_batch_tickets_per_mail", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/batch/:id/mail", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Send batch tickets per mail" }, { "info": { "name": "tickets/personalize", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/tickets/personalize/:id/:secret", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "secret", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Personalize a Ticket" }, { "info": { "name": "delete_customer_payment_method_of_logged_in_customer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/me/payment-methods/:id/delete", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete customer payment method of logged in customer" }, { "info": { "name": "set_customer_payment_method_of_logged_in_customer_to_primary", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/me/payment-methods/:id/primary", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set customer payment method of logged in customer to primary" }, { "info": { "name": "set_customer_payment_method_to_primary", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/:customerId/payment-methods/:paymentMethodId/primary", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "paymentMethodId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Set customer payment method to primary" }, { "info": { "name": "delete_customer_payment_method", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/customers/:customerId/payment-methods/:paymentMethodId/delete", "params": [ { "name": "customerId", "value": "", "type": "path" }, { "name": "paymentMethodId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete customer payment method" }, { "info": { "name": "post_pos_checkout_details", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/pos/:id/checkout/:checkoutId/details", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "checkoutId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Post POS checkout details" }, { "info": { "name": "POST /api/public/packages/configs/{slug}/checkout", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/packages/configs/:slug/checkout", "params": [ { "name": "slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "complete_a_public_payment_plan", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/payments/plans/:id/complete", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Complete a Public Payment Plan" }, { "info": { "name": "public_cancel_an_offer", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/resell/offers/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Public cancel an offer" }, { "info": { "name": "deactivate_a_product_plan_for_a_seller", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/sellers/:id/product-plans/:planId/deactivate", "params": [ { "name": "id", "value": "", "type": "path", "description": "Seller ID" }, { "name": "planId", "value": "", "type": "path", "description": "Product Plan ID" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deactivate a product plan for a seller" }, { "info": { "name": "activate_a_product_plan_for_a_seller", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/sellers/:id/product-plans/:planId/activate", "params": [ { "name": "id", "value": "", "type": "path", "description": "Seller ID" }, { "name": "planId", "value": "", "type": "path", "description": "Product Plan ID" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Activate a product plan for a seller" }, { "info": { "name": "retry_a_transaction", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/subscriptions/:id/transactions/:transactionId/retry", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "transactionId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retry a transaction" }, { "info": { "name": "notifies_the_system_that_a_listings_has_been_canceled_on_a_third_party_platform", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/third/exchange/listings/:id/cancel", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Notifies the system that a listings has been canceled on a third party platform" }, { "info": { "name": "retry_a_payment_plan_schedule", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/payments/plans/:paymentPlanId/schedules/:scheduleId/retry", "params": [ { "name": "paymentPlanId", "value": "", "type": "path", "description": "The ID of the payment plan" }, { "name": "scheduleId", "value": "", "type": "path", "description": "The ID of the payment plan schedule" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retry a Payment Plan Schedule" }, { "info": { "name": "retry_a_public_payment_plan_schedule", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/public/payments/plans/:paymentPlanId/schedules/:scheduleId/retry", "params": [ { "name": "paymentPlanId", "value": "", "type": "path", "description": "The ID of the payment plan" }, { "name": "scheduleId", "value": "", "type": "path", "description": "The ID of the payment plan schedule" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retry a Public Payment Plan Schedule" }, { "info": { "name": "update_status_of_transfers", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/customers/transfers/bulk", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Status of Transfers" }, { "info": { "name": "purchaseintents/updateItems", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/purchaseintents/:id/items", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a PurchaseIntent's Items" }, { "info": { "name": "purchaseintents/amendItems", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/purchaseintents/:id/items", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Amend a PurchaseIntent's Items" }, { "info": { "name": "update_consent_information", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/sellers/:id/consents", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update consent information" }, { "info": { "name": "update_modules", "type": "http" }, "http": { "method": "PATCH", "url": "https://vivenu.com/api/sellers/:id/modules", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update modules" }, { "info": { "name": "accessusers/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/accessusers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Access User" }, { "info": { "name": "accessusers/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/accessusers/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an Access User" }, { "info": { "name": "update_an_image", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/image/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update an Image" }, { "info": { "name": "delete_an_image", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/image/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete an Image" }, { "info": { "name": "update_user_info", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update User info" }, { "info": { "name": "delete_a_user", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/users/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a User" }, { "info": { "name": "webhooks/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a webhook" }, { "info": { "name": "webhooks/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/webhook/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Webhook" }, { "info": { "name": "short-link/update", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/marketing/short-links/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a Short Link" }, { "info": { "name": "short-links/delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/marketing/short-links/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Short Link" }, { "info": { "name": "update_user_login_type", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/users/:id/logintype", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update User Login Type" }, { "info": { "name": "update_subscription_items", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/subscriptions/:id/items/:itemId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "itemId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Subscription Items" }, { "info": { "name": "update_subscription_items", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/subscriptions/:id/items/:itemId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "itemId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update Subscription Items" }, { "info": { "name": "update_a_support_message", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/supports/:id/messages/:messageId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "messageId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a support message" }, { "info": { "name": "add_seller_to_a_user", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/users/:userId/sellers/add", "params": [ { "name": "userId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Add Seller to a User" }, { "info": { "name": "update_a_subscription_item", "type": "http" }, "http": { "method": "PUT", "url": "https://vivenu.com/api/public/subscriptions/:id/items/:itemId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "itemId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a Subscription Item" }, { "info": { "name": "delete_queue_slips", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/third/queue-slips", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete queue slips" }, { "info": { "name": "delete_customer_passkey", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/customers/me/passkeys/:credentialId", "params": [ { "name": "credentialId", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete customer passkey" }, { "info": { "name": "remove_a_seller_of_a_user", "type": "http" }, "http": { "method": "DELETE", "url": "https://vivenu.com/api/users/:userId/sellers/remove", "params": [ { "name": "userId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Remove a Seller of a User" } ] } ], "bundled": true }