GuideLab API

Public organization search

Search organizations by name and type without authentication. Returns minimal info (id, name, city). Requires at least 2 characters. Used for pre-auth flows.

GET
/organization/public-search

Search organizations by name and type without authentication. Returns minimal info (id, name, city). Requires at least 2 characters. Used for pre-auth flows.

Query Parameters

q?string
type?string

Response Body

application/json

curl -X GET "https://example.com/organization/public-search"
{  "organizations": [    {      "id": "string",      "name": "string",      "city": "string"    }  ]}
Empty
Empty