{ "opencollection": "1.0.0", "info": { "name": "Booqable API (v4 \"Boomerang\") Availability Bundles & Collections API", "version": "4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Bundles & Collections", "type": "folder" }, "items": [ { "info": { "name": "List bundles", "type": "http" }, "http": { "method": "GET", "url": "https://{company}.booqable.com/api/4/bundles" }, "docs": "Lists and searches bundles - packaged groups of products rented together." }, { "info": { "name": "Create a bundle", "type": "http" }, "http": { "method": "POST", "url": "https://{company}.booqable.com/api/4/bundles", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new bundle." }, { "info": { "name": "Fetch a bundle", "type": "http" }, "http": { "method": "GET", "url": "https://{company}.booqable.com/api/4/bundles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ] }, "docs": "Retrieves a single bundle by ID." }, { "info": { "name": "Update a bundle", "type": "http" }, "http": { "method": "PATCH", "url": "https://{company}.booqable.com/api/4/bundles/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The UUID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing bundle." }, { "info": { "name": "List collections", "type": "http" }, "http": { "method": "GET", "url": "https://{company}.booqable.com/api/4/collections" }, "docs": "Lists the store collections that organize catalog items." }, { "info": { "name": "Create a collection", "type": "http" }, "http": { "method": "POST", "url": "https://{company}.booqable.com/api/4/collections", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new collection." } ] } ], "bundled": true }