For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact Sales
DocsAPI reference
DocsAPI reference
  • API Reference
          • POSTCreate
          • POSTCreate With Mrn
          • GETGet Multi
          • GETSearch Providers
          • GETGet
          • GETGet By Mrn
          • GETGet History
          • GETGet Coverage Snapshot
          • PUTUpdate
          • DELDeactivate
          • PATCHReactivate
          • GETSearch
          • GETScan
Contact Sales
LogoLogo
API ReferencePre EncounterPatientsV1

Reactivate

Beta
PATCH
/patients/v1/:id/:version
PATCH
/patients/v1/:id/:version
$curl -X PATCH https://pre-api.joincandidhealth.com/patients/v1/id/version \
> -H "Authorization: Bearer <token>"
Removes the deactivated flag for a patient. The path must contain the most recent version plus 1 to prevent race conditions. Reactivating historic versions is not supported.
Was this page helpful?
Previous

Search

Next
Built with

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path parameters

idstringRequired
The unique identifier for a Patient
versionstringRequired

Errors

404
Not Found Error
409
Version Conflict Error