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.
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.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
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"}List scan inbox items GET
Retrieve paginated scan inbox items for the current scanner-owning organization. Supports filtering by status, source, and search term, with configurable sorting.
Sync scan inbox from scanner connections POST
Trigger a sync of scan inbox items from all configured scanner connections. Optionally specify a single connectionId to sync. Automatically attempts to match new items to tenant-visible orders and patients.