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