{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Categories API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Categories", "type": "folder" }, "items": [ { "info": { "name": "List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/categories" }, "docs": "List Categories" }, { "info": { "name": "Create Category", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/categories", "body": { "type": "json", "data": "{}" } }, "docs": "Create Category" }, { "info": { "name": "Retrieve Category", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ] }, "docs": "Retrieve Category" }, { "info": { "name": "Update Category", "type": "http" }, "http": { "method": "PUT", "url": "https://api.swell.store/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Category" }, { "info": { "name": "Delete Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.swell.store/categories/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ] }, "docs": "Delete Category" }, { "info": { "name": "List Categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/categories" }, "docs": "List Categories" }, { "info": { "name": "Retrieve Category", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/categories/:slug", "params": [ { "name": "slug", "value": "", "type": "path" } ] }, "docs": "Retrieve Category" } ] } ], "bundled": true }