GuideLab API

Trigger Dentally patient sync

Trigger a patient sync from Dentally to the local database for the authenticated clinic.

POST
/integrations/dentally/sync

Trigger a patient sync from Dentally to the local database for the authenticated clinic.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X POST "https://example.com/integrations/dentally/sync"
{  "id": "string",  "syncType": "string",  "status": "string",  "patientsCreated": 0,  "patientsUpdated": 0,  "patientsSkipped": 0,  "errorCount": 0,  "errors": null,  "durationMs": 0,  "triggeredBy": "string",  "startedAt": "string",  "completedAt": "string"}
Empty
Empty