{ "opencollection": "1.0.0", "info": { "name": "VA Appeals Status AllergyIntolerance Services API", "version": "1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "List services offered by a facility", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox-api.va.gov/services/appeals/v1/facilities/:id/services", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List services offered by a facility" } ] } ], "bundled": true }