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