GuideLab API

Re-run matching for a scan inbox item

Trigger the matching algorithm on a scan inbox item to find tenant-visible order, patient, or clinic matches. Updates match metadata and may auto-promote status to 'matched' if confidence is high enough.

POST
/scan-inbox/{id}/match

Trigger the matching algorithm on a scan inbox item to find tenant-visible order, patient, or clinic matches. Updates match metadata and may auto-promote status to 'matched' if confidence is high enough.

Authorization

__Secure-guidelab-prod.session_token<token>

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

In: cookie

Path Parameters

id*string

Response Body

application/json

curl -X POST "https://example.com/scan-inbox/550e8400-e29b-41d4-a716-446655440000/match"
{  "matchedOrderId": "string",  "matchedOrderLabId": "string",  "matchedPatientId": "string",  "matchedClinicId": "string",  "confidence": 0,  "matchType": "string",  "reason": "string",  "status": "string"}
Empty
Empty