{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_guarantor.subpackage_guarantor/v1 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_guarantor.subpackage_guarantor/v1", "type": "folder" }, "items": [ { "info": { "name": "Create guarantor", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/guarantors/v1/:encounter_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "encounter_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new guarantor and returns the newly created Guarantor object." }, { "info": { "name": "Get guarantor", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/guarantors/v1/:guarantor_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "guarantor_id", "value": "", "type": "path" } ] }, "docs": "Retrieves a guarantor by its `guarantor_id`." }, { "info": { "name": "Update guarantor", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/guarantors/v1/:guarantor_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "guarantor_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a guarantor by its `guarantor_id`." } ] } ], "bundled": true }