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