GuideLab API

Get Scanner Connection Case

Operationally retrieve detailed information about a specific scanner case/order. Provider access may idempotently refresh an expired token and record connection health; this endpoint is not a tenant-settings inspection read. Supports Medit, 3Shape (searches all active regions), and iTero scanners.

GET
/scanner-connections/{id}/cases/{caseId}

Operationally retrieve detailed information about a specific scanner case/order. Provider access may idempotently refresh an expired token and record connection health; this endpoint is not a tenant-settings inspection read. Supports Medit, 3Shape (searches all active regions), and iTero scanners.

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
caseId*string

Response Body

application/json

curl -X GET "https://example.com/scanner-connections/550e8400-e29b-41d4-a716-446655440000/cases/550e8400-e29b-41d4-a716-446655440000"
{  "property1": null,  "property2": null}
Empty
Empty
Empty
Empty