{ "opencollection": "1.0.0", "info": { "name": "Dispatch Files API v1 Appointments Brands API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Brands", "type": "folder" }, "items": [ { "info": { "name": "List brands", "type": "http" }, "http": { "method": "GET", "url": "https://files-api.dispatch.me/v3/brands", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return. Maximum value is 100." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip." } ] }, "docs": "List brands" }, { "info": { "name": "Create a brand", "type": "http" }, "http": { "method": "POST", "url": "https://files-api.dispatch.me/v3/brands", "body": { "type": "json", "data": "{}" } }, "docs": "Create a brand" }, { "info": { "name": "Update a brand", "type": "http" }, "http": { "method": "PATCH", "url": "https://files-api.dispatch.me/v3/brands/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a brand" }, { "info": { "name": "Delete a brand", "type": "http" }, "http": { "method": "DELETE", "url": "https://files-api.dispatch.me/v3/brands/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a brand" } ] } ], "bundled": true }