Sync Scanner Connection
Trigger a data sync for a scanner connection. Fetches the latest cases/orders from the scanner provider (Medit, 3Shape, or iTero) and updates the last sync timestamp.
Trigger a data sync for a scanner connection. Fetches the latest cases/orders from the scanner provider (Medit, 3Shape, or iTero) and updates the last sync timestamp.
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/scanner-connections/550e8400-e29b-41d4-a716-446655440000/sync"{ "success": true, "data": null, "syncedAt": "string"}Setup Medit Webhook POST
Set up a Medit webhook endpoint for receiving real-time notifications about orders, cases, and files. Replaces any existing webhook endpoint for this connection.
Test Scanner Connection POST
Test a scanner connection by attempting an API call to the scanner provider. Supports Medit, 3Shape, and iTero. Updates connection status based on the test result.