GuideLab API

List organizations by type

List all organizations of a given type (lab or clinic). Platform admin access required.

GET
/organization/list-by-type

List all organizations of a given type (lab or clinic). Platform admin access required.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Query Parameters

type?string

Response Body

application/json

curl -X GET "https://example.com/organization/list-by-type"
{  "organizations": [    {      "id": "string",      "name": "string",      "slug": "string",      "city": "string",      "organizationType": "string"    }  ]}
Empty
Empty
Empty
Empty