GuideLab API

List location routes

Returns paginated delivery location routes for a lab. Labs see their own routes; clinics must specify a labId query parameter and must be active partners of that lab.

GET
/location-routes

Returns paginated delivery location routes for a lab. Labs see their own routes; clinics must specify a labId query parameter and must be active partners of that lab.

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/location-routes"
{  "data": [    null  ],  "pagination": {    "page": 0,    "limit": 0,    "total": 0,    "totalPages": 0  }}
Empty