{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists transactions API", "version": "1.0.0" }, "items": [ { "info": { "name": "transactions", "type": "folder" }, "items": [ { "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_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_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_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": "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/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": "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" } ] } ], "bundled": true }