{ "opencollection": "1.0.0", "info": { "name": "SAM: Computers Applications Computer costs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Computer costs", "type": "folder" }, "items": [ { "info": { "name": "Get Computer's Costs", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.snowsoftware.io/api/sam/estate/v1/computers/:id/costs", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique ID of the computer." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the details of a computer's costs." } ] } ], "bundled": true }