List clinic clients (doctors) for a lab
Returns paginated list of clinic owner members (doctors) from partner clinics. Supports search, filtering by clinic ID, and sorting by name, email, practice, or creation date. Includes per-doctor order counts. Lab-only endpoint.
Returns paginated list of clinic owner members (doctors) from partner clinics. Supports search, filtering by clinic ID, and sorting by name, email, practice, or creation date. Includes per-doctor order counts. Lab-only endpoint.
__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/clients"{ "data": [ { "id": "string", "userId": "string", "userName": "string", "userEmail": "string", "userPhone": "string", "role": "string", "clinicId": "string", "clinicName": "string", "orderCount": 0, "createdAt": "string" } ], "pagination": { "page": 0, "limit": 0, "total": 0, "totalPages": 0 }}Empty
Empty