{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_auth.subpackage_auth/default subpackage_credentialing.subpackage_credentialing/v2 API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_credentialing.subpackage_credentialing/v2", "type": "folder" }, "items": [ { "info": { "name": "Get all facility credentialing spans", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/facility", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of entities per page, defaults to 100." }, { "name": "page_token", "value": "", "type": "query" }, { "name": "payer_uuid", "value": "", "type": "query", "description": "Filter by payer." }, { "name": "contracting_provider_id", "value": "", "type": "query", "description": "Filter to a particular contracting provider." }, { "name": "service_facility_id", "value": "", "type": "query", "description": "Filter to a particular service facility." } ] }, "docs": "Get all facility credentialing spans" }, { "info": { "name": "Create facility credentialing span", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/facility", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create facility credentialing span" }, { "info": { "name": "Get facility credentialing span", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/facility/:facility_credentialing_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "facility_credentialing_id", "value": "", "type": "path" } ] }, "docs": "Get facility credentialing span" }, { "info": { "name": "Update facility credentialing span", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/facility/:facility_credentialing_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "facility_credentialing_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update facility credentialing span" }, { "info": { "name": "Delete facility credentialing span", "type": "http" }, "http": { "method": "DELETE", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/facility/:facility_credentialing_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "facility_credentialing_id", "value": "", "type": "path" } ] }, "docs": "Soft deletes a credentialing span rate from the system." }, { "info": { "name": "Get all provider credentialing spans", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of entities per page, defaults to 100." }, { "name": "page_token", "value": "", "type": "query" }, { "name": "payer_uuid", "value": "", "type": "query", "description": "Filter by payer." }, { "name": "provider_id", "value": "", "type": "query", "description": "Filter to a particular provider. Use in conjunction as_rendering_provider and as_contracting_provider." }, { "name": "as_rendering_provider", "value": "", "type": "query", "description": "Filter to credentialing spans where the provider is a rendering provider. To use this filter provider_id is required." }, { "name": "as_contracting_provider", "value": "", "type": "query", "description": "Filter to credentialing spans where the provider is a contracting provider. To use this filter provider_id is required." } ] }, "docs": "Get all provider credentialing spans" }, { "info": { "name": "Create provider credentialing span", "type": "http" }, "http": { "method": "POST", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create provider credentialing span" }, { "info": { "name": "Get provider credentialing span", "type": "http" }, "http": { "method": "GET", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/:provider_credentialing_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "provider_credentialing_id", "value": "", "type": "path" } ] }, "docs": "Get provider credentialing span" }, { "info": { "name": "Update provider credentialing span", "type": "http" }, "http": { "method": "PATCH", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/:provider_credentialing_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "provider_credentialing_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update provider credentialing span" }, { "info": { "name": "Delete provider credentialing span", "type": "http" }, "http": { "method": "DELETE", "url": "https://pre-api.joincandidhealth.com/api/provider-credentialing-span/v2/:provider_credentialing_id", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "provider_credentialing_id", "value": "", "type": "path" } ] }, "docs": "Soft deletes a credentialing span rate from the system." } ] } ], "bundled": true }