GuideLab API

List clinic locations

Returns paginated clinic locations. Clinics see their own locations; labs must specify a clinicId query parameter and must have an active partnership with that clinic.

GET
/clinic-locations

Returns paginated clinic locations. Clinics see their own locations; labs must specify a clinicId query parameter and must have an active partnership with that 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/clinic-locations"
{  "data": [    null  ],  "pagination": {    "page": 0,    "limit": 0,    "total": 0,    "totalPages": 0  }}
Empty
Empty