GuideLab API

Restore an archived patient

Removes the archived status from a patient, making them active again. Lab-only endpoint.

POST
/archive/patients/restore

Removes the archived status from a patient, making them active again. Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/archive/patients/restore"
{  "success": true,  "patient": {    "id": "string",    "firstName": "string",    "lastName": "string"  }}
Empty
Empty
Empty