GuideLab API

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.

POST
/scanner-connections/{id}/sync

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.

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/scanner-connections/550e8400-e29b-41d4-a716-446655440000/sync"
{  "success": true,  "data": null,  "syncedAt": "string"}
Empty
Empty
Empty
Empty