{ "opencollection": "1.0.0", "info": { "name": "CertifyOS V2/groups API" }, "items": [ { "info": { "name": "v2/groups", "type": "folder" }, "items": [ { "info": { "name": "Associate Facilities with a Group", "type": "http" }, "http": { "method": "POST", "url": "https://ng-api-production.certifyos.com/v2/groups/:id/associate-facilities", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Associate Facilities with a Group" }, { "info": { "name": "Dissociate Facilities From a Group", "type": "http" }, "http": { "method": "DELETE", "url": "https://ng-api-production.certifyos.com/v2/groups/:id/associate-facilities", "headers": [ { "name": "organization-id", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Dissociate Facilities From a Group" } ] } ], "bundled": true }