List Scanner Connections
List all scanner connections for the current organization. Optionally filter by scanner type and include inactive connections. Includes Medit group metadata when available.
List all scanner connections for the current organization. Optionally filter by scanner type and include inactive connections. Includes Medit group metadata when available.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Query Parameters
Value in
- "3shape"
- "itero"
- "medit"
Response Body
application/json
curl -X GET "https://example.com/scanner-connections"{ "data": [ { "id": "string", "organizationId": "string", "scannerType": "string", "name": "string", "connectionStatus": "string", "statusMessage": "string", "testMode": true, "sortOrder": 0, "isActive": true, "createdAt": "string", "updatedAt": "string", "lastConnectedAt": "string", "lastSyncAt": "string", "meditGroupName": "string", "meditGroupType": "string" } ]}List Scanner Connection Cases GET
Operationally list cases/orders from a scanner connection with pagination, search, and date range filtering. Provider access may idempotently refresh an expired token and record connection health; this endpoint is not a tenant-settings inspection read. Supports Medit, 3Shape, and iTero scanners.
Pair Itero Account POST
Pair an iTero account with this scanner connection and store the paired tokens. Marks the connection as connected upon success.