{ "opencollection": "1.0.0", "info": { "name": "vivenu access-lists checkout API", "version": "1.0.0" }, "items": [ { "info": { "name": "checkout", "type": "folder" }, "items": [ { "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": "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": "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": "checkouts/create", "type": "http" }, "http": { "method": "POST", "url": "https://vivenu.com/api/checkout", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Checkout" }, { "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": "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" } ] } ], "bundled": true }