GuideLab API

List Dentally sync logs

Retrieve recent Dentally patient sync log entries for the authenticated clinic.

GET
/integrations/dentally/sync-logs

Retrieve recent Dentally patient sync log entries 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 GET "https://example.com/integrations/dentally/sync-logs"
[  {    "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