{ "opencollection": "1.0.0", "info": { "name": "FirstPromoter Asset Categories API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Asset Categories", "type": "folder" }, "items": [ { "info": { "name": "Get available asset categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.firstpromoter.com/api/v2/company/assets/categories" }, "docs": "Get all available asset categories \n **HTTP Request**
`GET https://api.firstpromoter.com/api/v2/company/assets/categories`
" }, { "info": { "name": "Update asset categories", "type": "http" }, "http": { "method": "PUT", "url": "https://api.firstpromoter.com/api/v2/company/assets/categories", "body": { "type": "json", "data": "{}" } }, "docs": "Update asset categories. \n **HTTP Request**
`PUT https://api.firstpromoter.com/api/v2/company/assets/categories`
" } ] } ], "bundled": true }