GuideLab API

Get Dentally connection status

Retrieve the current Dentally connection status and configuration for the authenticated clinic.

GET
/integrations/dentally

Retrieve the current Dentally connection status and configuration 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"
{  "id": "string",  "name": "string",  "apiBaseUrl": "string",  "connectionStatus": "string",  "statusMessage": "string",  "syncEnabled": true,  "lastSyncAt": "string",  "lastSyncStatus": "string",  "isActive": true,  "createdAt": "string",  "updatedAt": "string"}
Empty